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

:root {
    --general-font-family: Nunito;
    --header-font-family: Fjalla One;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #363032;
    --color-tinted-white: #f9ecef;
    --color-facility-text: #000000;

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

    --color-primary: #ea5523;
    --color-primary-rgb: 234,85,35;
    --color-primary-hover: #c74013;
    --color-primary-hover-rgb: 199,64,19;    
    --color-primary-dark: #c74013;
    --color-primary-light: #ee7952;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #ea5523;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #ea5523;
    --color-primary-floor: #ea5523;
    
    --color-primary-alert-background: #eeb3a2;
    --color-primary-alert-border: #ec9378;
    --color-primary-alert-text: #2f0f04;
    
    --primary-h: 15;
    --primary-s: 83%;
    --primary-l: 53%;

    --color-secondary: #590e23;
    --color-secondary-rgb: 89,14,35;
    --color-secondary-hover: #851534;
    --color-secondary-hover-rgb: 133,21,52;
    --color-secondary-dark: #2d0712;
    --color-secondary-light: #851534;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #590e23;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #590e23;
    --color-secondary-floor: #590e23;

    --color-secondary-alert-background: #b496a2;
    --color-secondary-alert-border: #956978;
    --color-secondary-alert-text: #2c0711;
    
    --secondary-h: 343;
    --secondary-s: 73%;
    --secondary-l: 20%;

    --color-light: #f4eae6;
    --color-light-rgb: 244,234,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5cbc2;
    --color-light-hover: #e5cbc2;
    --color-light-hover-rgb: 229,203,194;
    --color-light-dark: #e5cbc2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4eae6;
    --color-light-on-black: #f4eae6;
    --color-light-border: #ea5523;

    --color-light-alert-background: #f2eef0;
    --color-light-alert-border: #f2eded;
    --color-light-alert-text: #24140f;

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(89, 14, 35, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://sporty60.no/branding/checkboxImage?h=1781005610_1da376cd');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 50, 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: #ea5523;
    --bs-primary-rgb: 234,85,35;
    --bs-primary-bg-subtle: #ee7952;
    --bs-primary-border-subtle: #ee7952;
    --bs-primary-text-emphasis: #c74013;

    /* secondary */
    --bs-secondary: #590e23;
    --bs-secondary-rgb: 89,14,35;
    --bs-secondary-bg-subtle: #851534;
    --bs-secondary-border-subtle: #851534;
    --bs-secondary-text-emphasis: #2d0712;

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

    --stroke-linecap: round;
    
}



