

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

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

    --color-facility: #1F252B;
    --color-tinted-gray: #555c5e;
    --color-tinted-white: #ecf6f9;
    --color-facility-text: #ffffff;

    --color-primary: #0db488;
    --color-primary-rgb: 13,180,136;
    --color-primary-hover: #10e4ac;
    --color-primary-hover-rgb: 16,228,172;    
    --color-primary-dark: #0a8464;
    --color-primary-light: #10e4ac;
    --color-primary-text: #000000;
    --color-primary-on-white: #0db488;
    --color-primary-on-black: #0db488;

    --color-primary-alert-background: #95d9cb;
    --color-primary-alert-border: #68ccb4;
    --color-primary-alert-text: #033024;

    --color-secondary: #10a2d0;
    --color-secondary-rgb: 16,162,208;
    --color-secondary-hover: #0c7da1;
    --color-secondary-hover-rgb: 12,125,161;
    --color-secondary-dark: #0c7da1;
    --color-secondary-light: #25beee;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #10a2d0;
    --color-secondary-on-black: #10a2d0;

    --color-secondary-alert-background: #96d1e7;
    --color-secondary-alert-border: #6ac2e0;
    --color-secondary-alert-text: #04252f;

    --color-light: #e6f4f1;
    --color-light-rgb: 230,244,241;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5dc;
    --color-light-hover: #c2e5dc;
    --color-light-hover-rgb: 194,229,220;
    --color-light-dark: #c2e5dc;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4f1;
    --color-light-on-black: #e6f4f1;
    --color-light-border: #0db488;

    --color-light-alert-background: #ecf2f5;
    --color-light-alert-border: #eaf3f3;
    --color-light-alert-text: #0f241e;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(16, 162, 208, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://bergatraningsstudio.se/branding/checkboxImage?h=1759326847_f41db3ec');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #0db488;
    --bs-primary-rgb: 13,180,136;
    --bs-primary-bg-subtle: #10e4ac;
    --bs-primary-border-subtle: #10e4ac;
    --bs-primary-text-emphasis: #0a8464;

    /* secondary */
    --bs-secondary: #10a2d0;
    --bs-secondary-rgb: 16,162,208;
    --bs-secondary-bg-subtle: #25beee;
    --bs-secondary-border-subtle: #25beee;
    --bs-secondary-text-emphasis: #0c7da1;

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

    --stroke-linecap: round;
    
}   


