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

    --color-app: #1f252b;
    --color-app-text: #ffffff;
    --color-status-bar: dark;

    --color-primary: #013757;
    --color-primary-rgb: 1,55,87;
    --color-primary-hover: #025789;
    --color-primary-hover-rgb: 2,87,137;    
    --color-primary-dark: #001725;
    --color-primary-light: #025789;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #013757;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #013757;
    
    --color-primary-alert-background: #90a7b7;
    --color-primary-alert-border: #618197;
    --color-primary-alert-text: #012032;

    --color-secondary: #36b0c2;
    --color-secondary-rgb: 54,176,194;
    --color-secondary-hover: #2b8c9a;
    --color-secondary-hover-rgb: 43,140,154;
    --color-secondary-dark: #2b8c9a;
    --color-secondary-light: #5ac2d1;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #36b0c2;
    --color-secondary-on-black: #36b0c2;
    --color-secondary-ceil: #36b0c2;

    --color-secondary-alert-background: #a6d7e2;
    --color-secondary-alert-border: #80cad7;
    --color-secondary-alert-text: #0b2428;

    --color-light: #e6eff4;
    --color-light-rgb: 230,239,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2d8e5;
    --color-light-hover: #c2d8e5;
    --color-light-hover-rgb: 194,216,229;
    --color-light-dark: #c2d8e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6eff4;
    --color-light-on-black: #e6eff4;
    --color-light-border: #013757;

    --color-light-alert-background: #ecf0f6;
    --color-light-alert-border: #eaf0f5;
    --color-light-alert-text: #0f1c24;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(54, 176, 194, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://klaragym.wondr.se/branding/checkboxImage?h=1756279069_e9ac286a');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #013757;
    --bs-primary-rgb: 1,55,87;
    --bs-primary-bg-subtle: #025789;
    --bs-primary-border-subtle: #025789;
    --bs-primary-text-emphasis: #001725;

    /* secondary */
    --bs-secondary: #36b0c2;
    --bs-secondary-rgb: 54,176,194;
    --bs-secondary-bg-subtle: #5ac2d1;
    --bs-secondary-border-subtle: #5ac2d1;
    --bs-secondary-text-emphasis: #2b8c9a;

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

    --stroke-linecap: round;
    
}   


