/*
Theme Name:   Kool Dezign
Theme URI:    https://kooldezign.com
Author:       Kool Dezign Studio
Author URI:   https://kooldezign.com
Description:  An elegant white/minimal WordPress theme for Kool Dezign Creative Agency. Features a refined Fraunces serif headline + Inter body, generous whitespace, and editable portfolio (Projects), services and contact details via the WordPress Customizer.
Version:      1.0.0
Requires at least: 5.8
Requires PHP: 7.4
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  kool-dezign
Tags:         portfolio, blog, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ===========================================================
   Kool Dezign — Main Theme Stylesheet
   Note: this file is required by WordPress (it carries the
   theme metadata at the top). The bulk of styles are in
   /assets/css/main.css which is enqueued from functions.php.
   =========================================================== */

/* Minimal WP element styles for posts/comments fallback */
.wp-block-image figcaption{font-size:13px;color:#8a8782;margin-top:8px}
.alignwide{max-width:1200px;margin-left:auto;margin-right:auto}
.alignfull{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
.screen-reader-text{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

/* Skip link */
.skip-link{position:absolute;left:-9999px;top:0;background:#1a1a1a;color:#fff;padding:8px 16px;z-index:1000}
.skip-link:focus{left:8px;top:8px}
