
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
body { font-family: 'Montserrat', sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Montserrat', sans-serif; }

:root {
    --general-font-family: Montserrat;
    --header-font-family: Montserrat;

    --border-radius: 10px;
    --animation-speed: 300ms;

    --color-facility: #000000;
    --color-tinted-gray: #363036;
    --color-tinted-white: #f9ecf9;
    --color-facility-text: #ffffff;

    --color-app: #000000;
    --color-app-text: #ffffff;
    --color-status-bar: dark;

    --color-primary: #e5834f;
    --color-primary-rgb: 229,131,79;
    --color-primary-hover: #de6423;
    --color-primary-hover-rgb: 222,100,35;    
    --color-primary-dark: #de6423;
    --color-primary-light: #eca27b;
    --color-primary-text: #000000;
    --color-primary-on-white: #e5834f;
    --color-primary-on-black: #e5834f;
    --color-primary-ceil: #e5834f;
    --color-primary-floor: #e5834f;
    
    --color-primary-alert-background: #ecc5b4;
    --color-primary-alert-border: #e9af92;
    --color-primary-alert-text: #2c1407;
    
    --primary-h: 21;
    --primary-s: 74%;
    --primary-l: 60%;

    --color-secondary: #121112;
    --color-secondary-rgb: 18,17,18;
    --color-secondary-hover: #2c2a2c;
    --color-secondary-hover-rgb: 44,42,44;
    --color-secondary-dark: #000000;
    --color-secondary-light: #2c2a2c;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #121112;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #121112;
    --color-secondary-floor: #1f1e1f;

    --color-secondary-alert-background: #97979b;
    --color-secondary-alert-border: #6b6b6e;
    --color-secondary-alert-text: #1a191a;
    
    --secondary-h: 300;
    --secondary-s: 3%;
    --secondary-l: 7%;

    --color-light: #f4ebe6;
    --color-light-rgb: 244,235,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5cec2;
    --color-light-hover: #e5cec2;
    --color-light-hover-rgb: 229,206,194;
    --color-light-dark: #e5cec2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4ebe6;
    --color-light-on-black: #f4ebe6;
    --color-light-border: #e5834f;

    --color-light-alert-background: #f2eff0;
    --color-light-alert-border: #f2eded;
    --color-light-alert-text: #24160f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(18, 17, 18, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crossfitskedsmo.no/branding/checkboxImage?h=1773749160_04ab9fa2');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 54, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;
    
    --hero-theme: dark;
    --hero-theme-class: hero-theme-dark;
    --hero-overlay-color: rgba(0, 0, 0, 0.3);
    --hero-text-color: #ffffff;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #e5834f;
    --bs-primary-rgb: 229,131,79;
    --bs-primary-bg-subtle: #eca27b;
    --bs-primary-border-subtle: #eca27b;
    --bs-primary-text-emphasis: #de6423;

    /* secondary */
    --bs-secondary: #121112;
    --bs-secondary-rgb: 18,17,18;
    --bs-secondary-bg-subtle: #2c2a2c;
    --bs-secondary-border-subtle: #2c2a2c;
    --bs-secondary-text-emphasis: #000000;

    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;
    --fa-secondary-opacity: 0.55;

    --stroke-linecap: round;
    
}



