

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

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

    --color-facility: #1F252B;
    --color-tinted-gray: #363030;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #ffffff;

    --color-app: #1f252b;
    --color-app-text: #ffffff;
    --color-status-bar: dark;

    --color-primary: #5aab35;
    --color-primary-rgb: 90,171,53;
    --color-primary-hover: #468429;
    --color-primary-hover-rgb: 70,132,41;    
    --color-primary-dark: #468429;
    --color-primary-light: #72c74c;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #5aab35;
    --color-primary-on-black: #5aab35;
    --color-primary-ceil: #5aab35;
    --color-primary-floor: #5aab35;
    
    --color-primary-alert-background: #b4d5a9;
    --color-primary-alert-border: #96c783;
    --color-primary-alert-text: #14270c;
    
    --primary-h: 101;
    --primary-s: 53%;
    --primary-l: 44%;

    --color-secondary: #000000;
    --color-secondary-rgb: 0,0,0;
    --color-secondary-hover: #1a1a1a;
    --color-secondary-hover-rgb: 26,26,26;
    --color-secondary-dark: #000000;
    --color-secondary-light: #1a1a1a;
    --color-secondary-text: #5aab35;
    --color-secondary-on-white: #000000;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #000000;
    --color-secondary-floor: #1f1f1f;

    --color-secondary-alert-background: #909194;
    --color-secondary-alert-border: #606063;
    --color-secondary-alert-text: #1a1a1a;
    
    --secondary-h: 0;
    --secondary-s: 0%;
    --secondary-l: 0%;

    --color-light: #eaf4e6;
    --color-light-rgb: 234,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #cde5c2;
    --color-light-hover: #cde5c2;
    --color-light-hover-rgb: 205,229,194;
    --color-light-dark: #cde5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #eaf4e6;
    --color-light-on-black: #eaf4e6;
    --color-light-border: #5aab35;

    --color-light-alert-background: #eef2f0;
    --color-light-alert-border: #ecf3ed;
    --color-light-alert-text: #16240f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://apexzone.wondr.se/branding/checkboxImage?h=1763461737_c07eb5ec');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 48, 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: #5aab35;
    --bs-primary-rgb: 90,171,53;
    --bs-primary-bg-subtle: #72c74c;
    --bs-primary-border-subtle: #72c74c;
    --bs-primary-text-emphasis: #468429;

    /* secondary */
    --bs-secondary: #000000;
    --bs-secondary-rgb: 0,0,0;
    --bs-secondary-bg-subtle: #1a1a1a;
    --bs-secondary-border-subtle: #1a1a1a;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: butt;
    
}



