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

:root {
    --general-font-family: Inter Tight;
    --header-font-family: Inter Tight;

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

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

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

    --color-primary: #6d6dff;
    --color-primary-rgb: 109,109,255;
    --color-primary-hover: #3a3aff;
    --color-primary-hover-rgb: 58,58,255;    
    --color-primary-dark: #3a3aff;
    --color-primary-light: #a0a0ff;
    --color-primary-text: #000000;
    --color-primary-on-white: #6d6dff;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #6d6dff;
    --color-primary-floor: #6d6dff;
    
    --color-primary-alert-background: #bcbcfa;
    --color-primary-alert-border: #a1a2fc;
    --color-primary-alert-text: #000033;
    
    --primary-h: 240;
    --primary-s: 100%;
    --primary-l: 71%;

    --color-secondary: #000000;
    --color-secondary-rgb: 0,0,0;
    --color-secondary-hover: #1a1a1a;
    --color-secondary-hover-rgb: 26,26,26;
    --color-secondary-dark: #000000;
    --color-secondary-light: #1a1a1a;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #000000;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #000000;
    --color-secondary-floor: #1f1f1f;

    --color-secondary-alert-background: #909194;
    --color-secondary-alert-border: #606063;
    --color-secondary-alert-text: #1a1a1a;
    
    --secondary-h: 0;
    --secondary-s: 0%;
    --secondary-l: 0%;

    --color-light: #e6e6f4;
    --color-light-rgb: 230,230,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2c2e5;
    --color-light-hover: #c2c2e5;
    --color-light-hover-rgb: 194,194,229;
    --color-light-dark: #c2c2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6e6f4;
    --color-light-on-black: #e6e6f4;
    --color-light-border: #6d6dff;

    --color-light-alert-background: #ecedf6;
    --color-light-alert-border: #eaeaf5;
    --color-light-alert-text: #0f0f24;

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(0,0,0,0);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://fightcenter.wondr.se/branding/checkboxImage?h=1778162299_e54a5a05');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 48, 1.00);
    --header-transform: none;
    --header-weight: normal;
    --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: #6d6dff;
    --bs-primary-rgb: 109,109,255;
    --bs-primary-bg-subtle: #a0a0ff;
    --bs-primary-border-subtle: #a0a0ff;
    --bs-primary-text-emphasis: #3a3aff;

    /* secondary */
    --bs-secondary: #000000;
    --bs-secondary-rgb: 0,0,0;
    --bs-secondary-bg-subtle: #1a1a1a;
    --bs-secondary-border-subtle: #1a1a1a;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}



