/*
Theme Name: GlowStrong
Theme URI: https://glowstrong.example
Author: GlowStrong
Author URI: https://glowstrong.example
Description: GlowStrong - a luxury medical wellness and premium biotechnology WooCommerce theme. Modern, clean, high-end, mobile-first and Elementor compatible.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glowstrong
Tags: ecommerce, woocommerce, elementor, two-columns, custom-menu, featured-images, full-width-template
WC requires at least: 7.0
WC tested up to: 8.6
*/

/* -------------------------------------------------------------
   GlowStrong base theme stylesheet.
   The full design system lives in assets/css/main.css which is
   enqueued from functions.php. This file holds the theme header
   (required by WordPress) plus a few safe resets.
------------------------------------------------------------- */

:root {
    --gs-navy: #0a1f3c;
    --gs-navy-deep: #061427;
    --gs-silver: #c5ccd6;
    --gs-silver-metallic: #aab4c2;
    --gs-red: #9e1b2f;
    --gs-red-bright: #c3122b;
    --gs-white: #ffffff;
    --gs-light-gray: #f4f6f9;
    --gs-charcoal: #1c2430;
}

* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
