
@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: #ffffff;
    --color-facility-variant: #e6e6e6;
    --color-tinted-gray: #55595e;
    --color-tinted-white: #ecf2f9;
    --color-facility-text: #000000;

    --color-primary: #0072fe;
    --color-primary-rgb: 0,114,254;
    --color-primary-hover: #005bcb;
    --color-primary-hover-rgb: 0,91,203;    
    --color-primary-dark: #005bcb;
    --color-primary-light: #328eff;
    --color-primary-text: #000000;
    --color-primary-on-white: #0072fe;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #0072fe;
    
    --color-primary-alert-background: #90befa;
    --color-primary-alert-border: #60a5fb;
    --color-primary-alert-text: #001733;

    --color-secondary: #4276aa;
    --color-secondary-rgb: 66,118,170;
    --color-secondary-hover: #345d85;
    --color-secondary-hover-rgb: 52,93,133;
    --color-secondary-dark: #345d85;
    --color-secondary-light: #5e90c1;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #4276aa;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #4276aa;

    --color-secondary-alert-background: #aac0d8;
    --color-secondary-alert-border: #88a7c9;
    --color-secondary-alert-text: #0e1a25;

    --color-light: #e6ecf4;
    --color-light-rgb: 230,236,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2d2e5;
    --color-light-hover: #c2d2e5;
    --color-light-hover-rgb: 194,210,229;
    --color-light-dark: #c2d2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6ecf4;
    --color-light-on-black: #e6ecf4;
    --color-light-border: #0072fe;

    --color-light-alert-background: #eceff6;
    --color-light-alert-border: #eaeef5;
    --color-light-alert-text: #0f1824;

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(66, 118, 170, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://forgefitnessleksand.wondr.se/branding/checkboxImage?h=1765972560_aceecf8a');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #0072fe;
    --bs-primary-rgb: 0,114,254;
    --bs-primary-bg-subtle: #328eff;
    --bs-primary-border-subtle: #328eff;
    --bs-primary-text-emphasis: #005bcb;

    /* secondary */
    --bs-secondary: #4276aa;
    --bs-secondary-rgb: 66,118,170;
    --bs-secondary-bg-subtle: #5e90c1;
    --bs-secondary-border-subtle: #5e90c1;
    --bs-secondary-text-emphasis: #345d85;

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

    --stroke-linecap: round;
    
}   


