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

:root {
    --general-font-family: Roboto Slab;
    --header-font-family: Bungee;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e555e;
    --color-tinted-white: #f9ecf9;
    --color-facility-text: #000000;

    --color-primary: #2900ff;
    --color-primary-rgb: 41,0,255;
    --color-primary-hover: #2100cc;
    --color-primary-hover-rgb: 33,0,204;    
    --color-primary-dark: #2100cc;
    --color-primary-light: #5433ff;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #2900ff;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #a091fa;
    --color-primary-alert-border: #7960fc;
    --color-primary-alert-text: #080033;

    --color-secondary: #5a585a;
    --color-secondary-rgb: 90,88,90;
    --color-secondary-hover: #747174;
    --color-secondary-hover-rgb: 116,113,116;
    --color-secondary-dark: #403f40;
    --color-secondary-light: #747174;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #5a585a;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #b4b4b8;
    --color-secondary-alert-border: #969599;
    --color-secondary-alert-text: #1a191a;

    --color-light: #e8e6f4;
    --color-light-rgb: 232,230,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c8c2e5;
    --color-light-hover: #c8c2e5;
    --color-light-hover-rgb: 200,194,229;
    --color-light-dark: #c8c2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e8e6f4;
    --color-light-on-black: #e8e6f4;
    --color-light-border: #2900ff;

    --color-light-alert-background: #ededf6;
    --color-light-alert-border: #ebeaf5;
    --color-light-alert-text: #130f24;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(255, 255, 255, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://360functionalfitness.wondr.se/branding/checkboxImage?h=1739974773_1963e76b');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #2900ff;
    --bs-primary-rgb: 41,0,255;
    --bs-primary-bg-subtle: #5433ff;
    --bs-primary-border-subtle: #5433ff;
    --bs-primary-text-emphasis: #2100cc;

    /* secondary */
    --bs-secondary: #5a585a;
    --bs-secondary-rgb: 90,88,90;
    --bs-secondary-bg-subtle: #747174;
    --bs-secondary-border-subtle: #747174;
    --bs-secondary-text-emphasis: #403f40;

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

    --stroke-linecap: round;
    
}   


