
@import url('https://fonts.googleapis.com/css?family=Hedvig Letters Sans:400');
@import url('https://fonts.googleapis.com/css?family=Aldrich:400');
body { font-family: 'Hedvig Letters Sans', sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Aldrich', sans-serif; }

:root {
    --general-font-family: Hedvig Letters Sans;
    --header-font-family: Aldrich;

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

    --color-facility: #000000;
    --color-tinted-gray: #555d5e;
    --color-tinted-white: #ecf8f9;
    --color-facility-text: #ffffff;

    --border-radius: 20px;

    --color-primary: #010101;
    --color-primary-rgb: 1,1,1;
    --color-primary-hover: #1b1b1b;
    --color-primary-hover-rgb: 27,27,27;    
    --color-primary-dark: #000000;
    --color-primary-light: #1b1b1b;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #010101;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #909195;
    --color-primary-alert-border: #616163;
    --color-primary-alert-text: #1a1a1a;

    --color-secondary: #019ba1;
    --color-secondary-rgb: 1,155,161;
    --color-secondary-hover: #01ccd4;
    --color-secondary-hover-rgb: 1,204,212;
    --color-secondary-dark: #016a6e;
    --color-secondary-light: #01ccd4;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #019ba1;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #90cfd5;
    --color-secondary-alert-border: #61bdc3;
    --color-secondary-alert-text: #003133;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(1, 155, 161, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://lefitness1.wondr.se/branding/checkboxImage?h=1757396549_d43fb01a');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #010101;
    --bs-primary-rgb: 1,1,1;
    --bs-primary-bg-subtle: #1b1b1b;
    --bs-primary-border-subtle: #1b1b1b;
    --bs-primary-text-emphasis: #000000;

    /* secondary */
    --bs-secondary: #019ba1;
    --bs-secondary-rgb: 1,155,161;
    --bs-secondary-bg-subtle: #01ccd4;
    --bs-secondary-border-subtle: #01ccd4;
    --bs-secondary-text-emphasis: #016a6e;

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

    --stroke-linecap: round;
    
}   


