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

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5a55;
    --color-tinted-white: #f9f3ec;
    --color-facility-text: #000000;

    --color-primary: #ef7504;
    --color-primary-rgb: 239,117,4;
    --color-primary-hover: #bd5c03;
    --color-primary-hover-rgb: 189,92,3;    
    --color-primary-dark: #bd5c03;
    --color-primary-light: #fb8f2b;
    --color-primary-text: #000000;
    --color-primary-on-white: #ef7504;
    --color-primary-on-black: #ef7504;

    --color-primary-alert-background: #f0bf96;
    --color-primary-alert-border: #efa765;
    --color-primary-alert-text: #321901;

    --color-secondary: #ff9f25;
    --color-secondary-rgb: 255,159,37;
    --color-secondary-hover: #f18700;
    --color-secondary-hover-rgb: 241,135,0;
    --color-secondary-dark: #f18700;
    --color-secondary-light: #ffb558;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #ff9f25;
    --color-secondary-on-black: #ff9f25;

    --color-secondary-alert-background: #f6d0a3;
    --color-secondary-alert-border: #f9c079;
    --color-secondary-alert-text: #331d00;

    --color-light: #f4ede6;
    --color-light-rgb: 244,237,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d3c2;
    --color-light-hover: #e5d3c2;
    --color-light-hover-rgb: 229,211,194;
    --color-light-dark: #e5d3c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4ede6;
    --color-light-on-black: #f4ede6;
    --color-light-border: #ef7504;

    --color-light-alert-background: #f2eff0;
    --color-light-alert-border: #f2efed;
    --color-light-alert-text: #24190f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://fitnessfabrikkenvestnes.wondr.cc/branding/checkboxImage?h=1732290753_d45b45a0');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #ef7504;
    --bs-primary-rgb: 239,117,4;
    --bs-primary-bg-subtle: #fb8f2b;
    --bs-primary-border-subtle: #fb8f2b;
    --bs-primary-text-emphasis: #bd5c03;

    /* secondary */
    --bs-secondary: #ff9f25;
    --bs-secondary-rgb: 255,159,37;
    --bs-secondary-bg-subtle: #ffb558;
    --bs-secondary-border-subtle: #ffb558;
    --bs-secondary-text-emphasis: #f18700;

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

    --stroke-linecap: round;
    
}   


