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

:root {
    --general-font-family: Arimo;
    --header-font-family: Montserrat;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #303236;
    --color-tinted-white: #eceff9;
    --color-facility-text: #000000;

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

    --color-primary: #fac022;
    --color-primary-rgb: 250,192,34;
    --color-primary-hover: #e4a805;
    --color-primary-hover-rgb: 228,168,5;    
    --color-primary-dark: #e4a805;
    --color-primary-light: #fbce54;
    --color-primary-text: #000000;
    --color-primary-on-white: #fac022;
    --color-primary-on-black: #fac022;
    --color-primary-ceil: #fac022;
    --color-primary-floor: #fac022;
    
    --color-primary-alert-background: #f4dda2;
    --color-primary-alert-border: #f6d477;
    --color-primary-alert-text: #322501;
    
    --primary-h: 44;
    --primary-s: 96%;
    --primary-l: 56%;

    --color-secondary: #22325e;
    --color-secondary-rgb: 34,50,94;
    --color-secondary-hover: #304683;
    --color-secondary-hover-rgb: 48,70,131;
    --color-secondary-dark: #141e39;
    --color-secondary-light: #304683;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #22325e;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #22325e;
    --color-secondary-floor: #22325e;

    --color-secondary-alert-background: #9ea5ba;
    --color-secondary-alert-border: #747e9b;
    --color-secondary-alert-text: #0e1425;
    
    --secondary-h: 224;
    --secondary-s: 47%;
    --secondary-l: 25%;

    --color-light: #f4f0e6;
    --color-light-rgb: 244,240,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5dcc2;
    --color-light-hover: #e5dcc2;
    --color-light-hover-rgb: 229,220,194;
    --color-light-dark: #e5dcc2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4f0e6;
    --color-light-on-black: #f4f0e6;
    --color-light-border: #fac022;

    --color-light-alert-background: #f2f1f0;
    --color-light-alert-border: #f2f0ed;
    --color-light-alert-text: #241e0f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(34, 50, 94, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://goatsports.wondr.se/branding/checkboxImage?h=1771891991_9fa0666a');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 50, 54, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --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: #fac022;
    --bs-primary-rgb: 250,192,34;
    --bs-primary-bg-subtle: #fbce54;
    --bs-primary-border-subtle: #fbce54;
    --bs-primary-text-emphasis: #e4a805;

    /* secondary */
    --bs-secondary: #22325e;
    --bs-secondary-rgb: 34,50,94;
    --bs-secondary-bg-subtle: #304683;
    --bs-secondary-border-subtle: #304683;
    --bs-secondary-text-emphasis: #141e39;

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

    --stroke-linecap: round;
    
}



