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

:root {
    --general-font-family: default;
    --header-font-family: Kanit;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5556;
    --color-tinted-white: #f9ecee;
    --color-facility-text: #000000;

    --color-primary: #fecd40;
    --color-primary-rgb: 254,205,64;
    --color-primary-hover: #fec00d;
    --color-primary-hover-rgb: 254,192,13;    
    --color-primary-dark: #fec00d;
    --color-primary-light: #feda73;
    --color-primary-text: #4a4a4a;
    --color-primary-on-white: #fecd40;
    --color-primary-on-black: #fecd40;

    --color-primary-alert-background: #f6e3ae;
    --color-primary-alert-border: #f8db89;
    --color-primary-alert-text: #332600;

    --color-secondary: #73101e;
    --color-secondary-rgb: 115,16,30;
    --color-secondary-hover: #a0162a;
    --color-secondary-hover-rgb: 160,22,42;
    --color-secondary-dark: #460a12;
    --color-secondary-light: #a0162a;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #73101e;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #be97a0;
    --color-secondary-alert-border: #a56a75;
    --color-secondary-alert-text: #2d060c;

    --color-light: #f4f1e6;
    --color-light-rgb: 244,241,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5dcc2;
    --color-light-hover: #e5dcc2;
    --color-light-hover-rgb: 229,220,194;
    --color-light-dark: #e5dcc2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4f1e6;
    --color-light-on-black: #f4f1e6;
    --color-light-border: #fecd40;

    --color-light-alert-background: #f2f1f0;
    --color-light-alert-border: #f2f1ed;
    --color-light-alert-text: #241e0f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(0,0,0,0);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://sokndalfitness.no/branding/checkboxImage?h=1694085363_a9bab3a6');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(94, 85, 86, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #fecd40;
    --bs-primary-rgb: 254,205,64;
    --bs-primary-bg-subtle: #feda73;
    --bs-primary-border-subtle: #feda73;
    --bs-primary-text-emphasis: #fec00d;

    /* secondary */
    --bs-secondary: #73101e;
    --bs-secondary-rgb: 115,16,30;
    --bs-secondary-bg-subtle: #a0162a;
    --bs-secondary-border-subtle: #a0162a;
    --bs-secondary-text-emphasis: #460a12;

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

    --stroke-linecap: round;
    
}   


