
@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=Montserrat:100,200,300,400,500,600,700,800,900');
body { font-family: 'Darker Grotesque', sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Montserrat', sans-serif; }

:root {
    --general-font-family: Darker Grotesque;
    --header-font-family: Montserrat;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #363030;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #000000;

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

    --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: #dad2ef;
    --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: #ffffff;
    --color-secondary-rgb: 255,255,255;
    --color-secondary-hover: #e6e6e6;
    --color-secondary-hover-rgb: 230,230,230;
    --color-secondary-dark: #e6e6e6;
    --color-secondary-light: #ffffff;
    --color-secondary-text: #3a2c71;
    --color-secondary-on-white: #ffffff;
    --color-secondary-on-black: #ffffff;
    --color-secondary-ceil: #bfbfbf;
    --color-secondary-floor: #ffffff;

    --color-secondary-alert-background: #f6f7fa;
    --color-secondary-alert-border: #f9f9fc;
    --color-secondary-alert-text: #1a1a1a;
    
    --secondary-h: 0;
    --secondary-s: 0%;
    --secondary-l: 100%;

    --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: #f4f4f4;
    --background-overlay-color: rgba(255, 255, 255, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://gymmetikungsbacka.wondr.se/branding/checkboxImage?h=1772572896_88a0699e');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 48, 1.00);
    --header-transform: none;
    --header-weight: 700;
    --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: #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: #ffffff;
    --bs-secondary-rgb: 255,255,255;
    --bs-secondary-bg-subtle: #ffffff;
    --bs-secondary-border-subtle: #ffffff;
    --bs-secondary-text-emphasis: #e6e6e6;

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

    --stroke-linecap: round;
    
}



