
@import url('https://fonts.googleapis.com/css?family=Open Sans:300,400,500,600,700,800');
body { font-family: 'Open Sans', sans-serif; }

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

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

    --color-facility: #000000;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #ffffff;

    --color-primary: #3eaa69;
    --color-primary-rgb: 62,170,105;
    --color-primary-hover: #308552;
    --color-primary-hover-rgb: 48,133,82;    
    --color-primary-dark: #308552;
    --color-primary-light: #59c283;
    --color-primary-text: #000000;
    --color-primary-on-white: #3eaa69;
    --color-primary-on-black: #3eaa69;

    --color-primary-alert-background: #a9d5be;
    --color-primary-alert-border: #85c6a2;
    --color-primary-alert-text: #0e2517;

    --color-secondary: #020202;
    --color-secondary-rgb: 2,2,2;
    --color-secondary-hover: #1c1c1c;
    --color-secondary-hover-rgb: 28,28,28;
    --color-secondary-dark: #000000;
    --color-secondary-light: #1c1c1c;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #020202;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #919195;
    --color-secondary-alert-border: #616264;
    --color-secondary-alert-text: #1a1a1a;

    --color-light: #e6f4ec;
    --color-light-rgb: 230,244,236;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5d0;
    --color-light-hover: #c2e5d0;
    --color-light-hover-rgb: 194,229,208;
    --color-light-dark: #c2e5d0;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4ec;
    --color-light-on-black: #e6f4ec;
    --color-light-border: #3eaa69;

    --color-light-alert-background: #ecf2f3;
    --color-light-alert-border: #eaf3f0;
    --color-light-alert-text: #0f2417;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(2, 2, 2, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://artoftraining.wondr.se/branding/checkboxImage?h=1749717937_0522d93f');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #3eaa69;
    --bs-primary-rgb: 62,170,105;
    --bs-primary-bg-subtle: #59c283;
    --bs-primary-border-subtle: #59c283;
    --bs-primary-text-emphasis: #308552;

    /* secondary */
    --bs-secondary: #020202;
    --bs-secondary-rgb: 2,2,2;
    --bs-secondary-bg-subtle: #1c1c1c;
    --bs-secondary-border-subtle: #1c1c1c;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}   


