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

:root {
    --general-font-family: Roboto;
    --header-font-family: Merriweather;

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

    --color-facility: #fffef9;
    --color-facility-variant: #fff5c4;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #000000;

    --color-primary: #c28457;
    --color-primary-rgb: 194,132,87;
    --color-primary-hover: #a96a3d;
    --color-primary-hover-rgb: 169,106,61;    
    --color-primary-dark: #a96a3d;
    --color-primary-light: #d09f7c;
    --color-primary-text: #000000;
    --color-primary-on-white: #c28457;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #c28457;
    
    --color-primary-alert-background: #dec5b7;
    --color-primary-alert-border: #d4b097;
    --color-primary-alert-text: #25180e;

    --color-secondary: #424141;
    --color-secondary-rgb: 66,65,65;
    --color-secondary-hover: #5c5a5a;
    --color-secondary-hover-rgb: 92,90,90;
    --color-secondary-dark: #282828;
    --color-secondary-light: #5c5a5a;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #424141;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #424141;

    --color-secondary-alert-background: #aaabae;
    --color-secondary-alert-border: #88878a;
    --color-secondary-alert-text: #1a1919;

    --color-light: #f4ece6;
    --color-light-rgb: 244,236,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d1c2;
    --color-light-hover: #e5d1c2;
    --color-light-hover-rgb: 229,209,194;
    --color-light-dark: #e5d1c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4ece6;
    --color-light-on-black: #f4ece6;
    --color-light-border: #c28457;

    --color-light-alert-background: #f2eff0;
    --color-light-alert-border: #f2eeed;
    --color-light-alert-text: #24180f;

    --color-background: #f7f6f0;
    --background-overlay-color: rgba(66, 65, 65, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://elevate-studio.dk/branding/checkboxImage?h=1765196489_898e1d24');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #c28457;
    --bs-primary-rgb: 194,132,87;
    --bs-primary-bg-subtle: #d09f7c;
    --bs-primary-border-subtle: #d09f7c;
    --bs-primary-text-emphasis: #a96a3d;

    /* secondary */
    --bs-secondary: #424141;
    --bs-secondary-rgb: 66,65,65;
    --bs-secondary-bg-subtle: #5c5a5a;
    --bs-secondary-border-subtle: #5c5a5a;
    --bs-secondary-text-emphasis: #282828;

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

    --stroke-linecap: round;
    
}   


