

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #303336;
    --color-tinted-white: #ecf3f9;
    --color-facility-text: #000000;

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

    --color-primary: #405466;
    --color-primary-rgb: 64,84,102;
    --color-primary-hover: #546e85;
    --color-primary-hover-rgb: 84,110,133;    
    --color-primary-dark: #2c3a47;
    --color-primary-light: #546e85;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #405466;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #405466;
    --color-primary-floor: #405466;
    
    --color-primary-alert-background: #aab2bd;
    --color-primary-alert-border: #8693a0;
    --color-primary-alert-text: #141a1f;
    
    --primary-h: 208;
    --primary-s: 23%;
    --primary-l: 33%;

    --color-secondary: #405466;
    --color-secondary-rgb: 64,84,102;
    --color-secondary-hover: #546e85;
    --color-secondary-hover-rgb: 84,110,133;
    --color-secondary-dark: #2c3a47;
    --color-secondary-light: #546e85;
    --color-secondary-text: #fffdfd;
    --color-secondary-on-white: #405466;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #405466;
    --color-secondary-floor: #405466;

    --color-secondary-alert-background: #aab2bd;
    --color-secondary-alert-border: #8693a0;
    --color-secondary-alert-text: #141a1f;
    
    --secondary-h: 208;
    --secondary-s: 23%;
    --secondary-l: 33%;

    --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: #405466;

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

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(255, 255, 255, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://uppsalahotyoga.wondr.se/branding/checkboxImage?h=1774957944_15c0e3be');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 51, 54, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;
    
    --hero-theme: light;
    --hero-theme-class: hero-theme-light;
    --hero-overlay-color: rgba(255, 255, 255, 0.3);
    --hero-text-color: var(--header-color);

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #405466;
    --bs-primary-rgb: 64,84,102;
    --bs-primary-bg-subtle: #546e85;
    --bs-primary-border-subtle: #546e85;
    --bs-primary-text-emphasis: #2c3a47;

    /* secondary */
    --bs-secondary: #405466;
    --bs-secondary-rgb: 64,84,102;
    --bs-secondary-bg-subtle: #546e85;
    --bs-secondary-border-subtle: #546e85;
    --bs-secondary-text-emphasis: #2c3a47;

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

    --stroke-linecap: round;
    
}



