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

:root {
    --general-font-family: Darker Grotesque;
    --header-font-family: Mouse Memoirs;

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

    --color-facility: #7619c7;
    --color-tinted-gray: #333036;
    --color-tinted-white: #f3ecf9;
    --color-facility-text: #ffffff;

    --color-app: #7619c7;
    --color-app-text: #ffffff;
    --color-status-bar: dark;

    --color-primary: #7619c7;
    --color-primary-rgb: 118,25,199;
    --color-primary-hover: #5b139a;
    --color-primary-hover-rgb: 91,19,154;    
    --color-primary-dark: #5b139a;
    --color-primary-light: #902ee5;
    --color-primary-text: #c669ff;
    --color-primary-on-white: #7619c7;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #7619c7;
    --color-primary-floor: #7619c7;
    
    --color-primary-alert-background: #bf9be4;
    --color-primary-alert-border: #a76fda;
    --color-primary-alert-text: #1b062d;
    
    --primary-h: 272;
    --primary-s: 78%;
    --primary-l: 44%;

    --color-secondary: #7619c7;
    --color-secondary-rgb: 118,25,199;
    --color-secondary-hover: #5b139a;
    --color-secondary-hover-rgb: 91,19,154;
    --color-secondary-dark: #5b139a;
    --color-secondary-light: #902ee5;
    --color-secondary-text: #3a2c71;
    --color-secondary-on-white: #7619c7;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #7619c7;
    --color-secondary-floor: #7619c7;

    --color-secondary-alert-background: #bf9be4;
    --color-secondary-alert-border: #a76fda;
    --color-secondary-alert-text: #1b062d;
    
    --secondary-h: 272;
    --secondary-s: 78%;
    --secondary-l: 44%;

    --color-light: #eee6f4;
    --color-light-rgb: 238,230,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d5c2e5;
    --color-light-hover: #d5c2e5;
    --color-light-hover-rgb: 213,194,229;
    --color-light-dark: #d5c2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #eee6f4;
    --color-light-on-black: #eee6f4;
    --color-light-border: #7619c7;

    --color-light-alert-background: #efedf6;
    --color-light-alert-border: #efeaf5;
    --color-light-alert-text: #1a0f24;

    --color-background: #f4f0f7;
    --background-overlay-color: rgba(255, 255, 255, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://gymmetikungsbacka.wondr.se/branding/checkboxImage?h=1772800710_88a0699e');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(51, 48, 54, 1.00);
    --header-transform: none;
    --header-weight: 700;
    --header-font-style: normal;
    
    --hero-theme: dark;
    --hero-theme-class: hero-theme-dark;
    --hero-overlay-color: rgba(0, 0, 0, 0.3);
    --hero-text-color: #ffffff;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #7619c7;
    --bs-primary-rgb: 118,25,199;
    --bs-primary-bg-subtle: #902ee5;
    --bs-primary-border-subtle: #902ee5;
    --bs-primary-text-emphasis: #5b139a;

    /* secondary */
    --bs-secondary: #7619c7;
    --bs-secondary-rgb: 118,25,199;
    --bs-secondary-bg-subtle: #902ee5;
    --bs-secondary-border-subtle: #902ee5;
    --bs-secondary-text-emphasis: #5b139a;

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

    --stroke-linecap: round;
    
}



