

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

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

    --color-facility: #000000;
    --color-tinted-gray: #5e5c55;
    --color-tinted-white: #f9f6ec;
    --color-facility-text: #ffffff;

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

    --color-primary: #898265;
    --color-primary-rgb: 137,130,101;
    --color-primary-hover: #6c664f;
    --color-primary-hover-rgb: 108,102,79;    
    --color-primary-dark: #6c664f;
    --color-primary-light: #a19b80;
    --color-primary-text: #000000;
    --color-primary-on-white: #898265;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #898265;
    --color-primary-floor: #898265;
    
    --color-primary-alert-background: #c7c5bd;
    --color-primary-alert-border: #b2ae9f;
    --color-primary-alert-text: #1d1c16;
    
    --primary-h: 48;
    --primary-s: 15%;
    --primary-l: 47%;

    --color-secondary: #d2caab;
    --color-secondary-rgb: 210,202,171;
    --color-secondary-hover: #c0b58a;
    --color-secondary-hover-rgb: 192,181,138;
    --color-secondary-dark: #c0b58a;
    --color-secondary-light: #e4dfcc;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #d2caab;
    --color-secondary-on-black: #d2caab;
    --color-secondary-ceil: #d2caab;
    --color-secondary-floor: #d2caab;

    --color-secondary-alert-background: #e4e1d9;
    --color-secondary-alert-border: #dedac9;
    --color-secondary-alert-text: #211e12;
    
    --secondary-h: 48;
    --secondary-s: 30%;
    --secondary-l: 75%;

    --color-light: #ededed;
    --color-light-rgb: 237,237,237;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d4d4d4;
    --color-light-hover: #d4d4d4;
    --color-light-hover-rgb: 212,212,212;
    --color-light-dark: #d4d4d4;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ededed;
    --color-light-on-black: #ededed;
    --color-light-border: #898265;

    --color-light-alert-background: #efeff3;
    --color-light-alert-border: #eeeff1;
    --color-light-alert-text: #1a1a1a;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(210, 202, 171, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://hittarpsportsclub.se/branding/checkboxImage?h=1767890339_7414ba5d');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(94, 92, 85, 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: #898265;
    --bs-primary-rgb: 137,130,101;
    --bs-primary-bg-subtle: #a19b80;
    --bs-primary-border-subtle: #a19b80;
    --bs-primary-text-emphasis: #6c664f;

    /* secondary */
    --bs-secondary: #d2caab;
    --bs-secondary-rgb: 210,202,171;
    --bs-secondary-bg-subtle: #e4dfcc;
    --bs-secondary-border-subtle: #e4dfcc;
    --bs-secondary-text-emphasis: #c0b58a;

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

    --stroke-linecap: round;
    
}



