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

:root {
    --general-font-family: Funnel Sans;
    --header-font-family: Funnel Sans;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #303632;
    --color-tinted-white: #ecf9f0;
    --color-facility-text: #000000;

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

    --color-primary: #b79e6b;
    --color-primary-rgb: 183,158,107;
    --color-primary-hover: #a1864e;
    --color-primary-hover-rgb: 161,134,78;    
    --color-primary-dark: #a1864e;
    --color-primary-light: #c8b48d;
    --color-primary-text: #000000;
    --color-primary-on-white: #b79e6b;
    --color-primary-on-black: #b79e6b;
    --color-primary-ceil: #b79e6b;
    --color-primary-floor: #b79e6b;
    
    --color-primary-alert-background: #d9d0bf;
    --color-primary-alert-border: #cebfa3;
    --color-primary-alert-text: #221d11;
    
    --primary-h: 40;
    --primary-s: 35%;
    --primary-l: 57%;

    --color-secondary: #738f7c;
    --color-secondary-rgb: 115,143,124;
    --color-secondary-hover: #5c7363;
    --color-secondary-hover-rgb: 92,115,99;
    --color-secondary-dark: #5c7363;
    --color-secondary-light: #8fa697;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #738f7c;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #738f7c;
    --color-secondary-floor: #738f7c;

    --color-secondary-alert-background: #becac6;
    --color-secondary-alert-border: #a5b6ad;
    --color-secondary-alert-text: #171c18;
    
    --secondary-h: 139;
    --secondary-s: 11%;
    --secondary-l: 51%;

    --color-light: #f4f0e6;
    --color-light-rgb: 244,240,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5dac2;
    --color-light-hover: #e5dac2;
    --color-light-hover-rgb: 229,218,194;
    --color-light-dark: #e5dac2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4f0e6;
    --color-light-on-black: #f4f0e6;
    --color-light-border: #b79e6b;

    --color-light-alert-background: #f2f1f0;
    --color-light-alert-border: #f2f0ed;
    --color-light-alert-text: #241d0f;

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(115, 143, 124, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://hittarpsportsclub.se/branding/checkboxImage?h=1778230779_7414ba5d');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 54, 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: #b79e6b;
    --bs-primary-rgb: 183,158,107;
    --bs-primary-bg-subtle: #c8b48d;
    --bs-primary-border-subtle: #c8b48d;
    --bs-primary-text-emphasis: #a1864e;

    /* secondary */
    --bs-secondary: #738f7c;
    --bs-secondary-rgb: 115,143,124;
    --bs-secondary-bg-subtle: #8fa697;
    --bs-secondary-border-subtle: #8fa697;
    --bs-secondary-text-emphasis: #5c7363;

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

    --stroke-linecap: round;
    
}



