
@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: #1F252B;
    --color-tinted-gray: #555c5e;
    --color-tinted-white: #ecf7f9;
    --color-facility-text: #ffffff;

    --color-primary: #393c47;
    --color-primary-rgb: 57,60,71;
    --color-primary-hover: #505463;
    --color-primary-hover-rgb: 80,84,99;    
    --color-primary-dark: #22242b;
    --color-primary-light: #505463;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #393c47;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #a7a9b1;
    --color-primary-alert-border: #82848d;
    --color-primary-alert-text: #17181c;

    --color-secondary: #156a7a;
    --color-secondary-rgb: 21,106,122;
    --color-secondary-hover: #1c90a6;
    --color-secondary-hover-rgb: 28,144,166;
    --color-secondary-dark: #0e444e;
    --color-secondary-light: #1c90a6;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #156a7a;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #98bbc5;
    --color-secondary-alert-border: #6da0ac;
    --color-secondary-alert-text: #07262c;

    --color-light: #e6e9f4;
    --color-light-rgb: 230,233,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2cae5;
    --color-light-hover: #c2cae5;
    --color-light-hover-rgb: 194,202,229;
    --color-light-dark: #c2cae5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6e9f4;
    --color-light-on-black: #e6e9f4;
    --color-light-border: #393c47;

    --color-light-alert-background: #eceef6;
    --color-light-alert-border: #eaecf5;
    --color-light-alert-text: #0f1424;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(21, 106, 122, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://wallbytraningscenter.wondr.se/branding/checkboxImage?h=1747820104_7fb650d7');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(85, 92, 94, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #393c47;
    --bs-primary-rgb: 57,60,71;
    --bs-primary-bg-subtle: #505463;
    --bs-primary-border-subtle: #505463;
    --bs-primary-text-emphasis: #22242b;

    /* secondary */
    --bs-secondary: #156a7a;
    --bs-secondary-rgb: 21,106,122;
    --bs-secondary-bg-subtle: #1c90a6;
    --bs-secondary-border-subtle: #1c90a6;
    --bs-secondary-text-emphasis: #0e444e;

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

    --stroke-linecap: round;
    
}   


