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

:root {
    --general-font-family: Poppins;
    --header-font-family: Poppins;

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

    --color-facility: #121212;
    --color-tinted-gray: #303536;
    --color-tinted-white: #ecf7f9;
    --color-facility-text: #ffffff;

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

    --color-primary: #68b0c2;
    --color-primary-rgb: 104,176,194;
    --color-primary-hover: #479bb0;
    --color-primary-hover-rgb: 71,155,176;    
    --color-primary-dark: #479bb0;
    --color-primary-light: #8cc3d1;
    --color-primary-text: #156a7a;
    --color-primary-on-white: #68b0c2;
    --color-primary-on-black: #68b0c2;
    --color-primary-ceil: #68b0c2;
    --color-primary-floor: #68b0c2;
    
    --color-primary-alert-background: #bad7e2;
    --color-primary-alert-border: #9ecad7;
    --color-primary-alert-text: #0f2024;
    
    --primary-h: 192;
    --primary-s: 42%;
    --primary-l: 58%;

    --color-secondary: #00090a;
    --color-secondary-rgb: 0,9,10;
    --color-secondary-hover: #00373d;
    --color-secondary-hover-rgb: 0,55,61;
    --color-secondary-dark: #000000;
    --color-secondary-light: #00373d;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #00090a;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #00090a;
    --color-secondary-floor: #1d2020;

    --color-secondary-alert-background: #909498;
    --color-secondary-alert-border: #606669;
    --color-secondary-alert-text: #002e33;
    
    --secondary-h: 186;
    --secondary-s: 100%;
    --secondary-l: 2%;

    --color-light: #e6f1f4;
    --color-light-rgb: 230,241,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2dee5;
    --color-light-hover: #c2dee5;
    --color-light-hover-rgb: 194,222,229;
    --color-light-dark: #c2dee5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f1f4;
    --color-light-on-black: #e6f1f4;
    --color-light-border: #68b0c2;

    --color-light-alert-background: #ecf1f6;
    --color-light-alert-border: #eaf1f5;
    --color-light-alert-text: #0f2024;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(104, 176, 194, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://wallbytraningscenter.se/branding/checkboxImage?h=1788159451_7fb650d7');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 53, 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: #68b0c2;
    --bs-primary-rgb: 104,176,194;
    --bs-primary-bg-subtle: #8cc3d1;
    --bs-primary-border-subtle: #8cc3d1;
    --bs-primary-text-emphasis: #479bb0;

    /* secondary */
    --bs-secondary: #00090a;
    --bs-secondary-rgb: 0,9,10;
    --bs-secondary-bg-subtle: #00373d;
    --bs-secondary-border-subtle: #00373d;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}



