

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #57555e;
    --color-tinted-white: #f0ecf9;
    --color-facility-text: #000000;

    --color-primary: #311c63;
    --color-primary-rgb: 49,28,99;
    --color-primary-hover: #45278b;
    --color-primary-hover-rgb: 69,39,139;    
    --color-primary-dark: #1d113b;
    --color-primary-light: #45278b;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #311c63;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #a49cbc;
    --color-primary-alert-border: #7d719e;
    --color-primary-alert-text: #140b28;

    --color-secondary: #311c63;
    --color-secondary-rgb: 49,28,99;
    --color-secondary-hover: #45278b;
    --color-secondary-hover-rgb: 69,39,139;
    --color-secondary-dark: #1d113b;
    --color-secondary-light: #45278b;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #311c63;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #a49cbc;
    --color-secondary-alert-border: #7d719e;
    --color-secondary-alert-text: #140b28;

    --color-light: #eae6f4;
    --color-light-rgb: 234,230,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #cdc2e5;
    --color-light-hover: #cdc2e5;
    --color-light-hover-rgb: 205,194,229;
    --color-light-dark: #cdc2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #eae6f4;
    --color-light-on-black: #eae6f4;
    --color-light-border: #311c63;

    --color-light-alert-background: #eeedf6;
    --color-light-alert-border: #eceaf5;
    --color-light-alert-text: #150f24;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(49, 28, 99, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://classicpilates.wondr.se/branding/checkboxImage?h=1734691191_8d39ff35');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #311c63;
    --bs-primary-rgb: 49,28,99;
    --bs-primary-bg-subtle: #45278b;
    --bs-primary-border-subtle: #45278b;
    --bs-primary-text-emphasis: #1d113b;

    /* secondary */
    --bs-secondary: #311c63;
    --bs-secondary-rgb: 49,28,99;
    --bs-secondary-bg-subtle: #45278b;
    --bs-secondary-border-subtle: #45278b;
    --bs-secondary-text-emphasis: #1d113b;

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

    --stroke-linecap: round;
    
}   


