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

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #59555e;
    --color-tinted-white: #f2ecf9;
    --color-facility-text: #000000;

    --color-primary: #48b580;
    --color-primary-rgb: 72,181,128;
    --color-primary-hover: #399166;
    --color-primary-hover-rgb: 57,145,102;    
    --color-primary-dark: #399166;
    --color-primary-light: #6cc499;
    --color-primary-text: #000000;
    --color-primary-on-white: #48b580;
    --color-primary-on-black: #48b580;

    --color-primary-alert-background: #add9c7;
    --color-primary-alert-border: #8bcdb0;
    --color-primary-alert-text: #0f241a;

    --color-secondary: #793bc0;
    --color-secondary-rgb: 121,59,192;
    --color-secondary-hover: #602f99;
    --color-secondary-hover-rgb: 96,47,153;
    --color-secondary-dark: #602f99;
    --color-secondary-light: #9360ce;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #793bc0;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #c0a8e1;
    --color-secondary-alert-border: #a984d6;
    --color-secondary-alert-text: #190c27;

    --color-light: #e6f4ed;
    --color-light-rgb: 230,244,237;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5d4;
    --color-light-hover: #c2e5d4;
    --color-light-hover-rgb: 194,229,212;
    --color-light-dark: #c2e5d4;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4ed;
    --color-light-on-black: #e6f4ed;
    --color-light-border: #48b580;

    --color-light-alert-background: #ecf2f3;
    --color-light-alert-border: #eaf3f1;
    --color-light-alert-text: #0f241a;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(121, 59, 192, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crossfitsjostaden.se/branding/checkboxImage?h=1737722793_b5000355');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #48b580;
    --bs-primary-rgb: 72,181,128;
    --bs-primary-bg-subtle: #6cc499;
    --bs-primary-border-subtle: #6cc499;
    --bs-primary-text-emphasis: #399166;

    /* secondary */
    --bs-secondary: #793bc0;
    --bs-secondary-rgb: 121,59,192;
    --bs-secondary-bg-subtle: #9360ce;
    --bs-secondary-border-subtle: #9360ce;
    --bs-secondary-text-emphasis: #602f99;

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

    --stroke-linecap: round;
    
}   


