
@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: #000000;
    --color-tinted-gray: #303336;
    --color-tinted-white: #ecf3f9;
    --color-facility-text: #ffffff;

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

    --color-primary: #93c758;
    --color-primary-rgb: 147,199,88;
    --color-primary-hover: #7ab13b;
    --color-primary-hover-rgb: 122,177,59;    
    --color-primary-dark: #7ab13b;
    --color-primary-light: #acd47e;
    --color-primary-text: #00051a;
    --color-primary-on-white: #93c758;
    --color-primary-on-black: #93c758;
    --color-primary-ceil: #93c758;
    --color-primary-floor: #93c758;
    
    --color-primary-alert-background: #cbe0b7;
    --color-primary-alert-border: #b8d898;
    --color-primary-alert-text: #1a260d;
    
    --primary-h: 88;
    --primary-s: 50%;
    --primary-l: 56%;

    --color-secondary: #0d7fcd;
    --color-secondary-rgb: 13,127,205;
    --color-secondary-hover: #0a619d;
    --color-secondary-hover-rgb: 10,97,157;
    --color-secondary-dark: #0a619d;
    --color-secondary-light: #1c9af1;
    --color-secondary-text: ;
    --color-secondary-on-white: #0d7fcd;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #0d7fcd;
    --color-secondary-floor: #0d7fcd;

    --color-secondary-alert-background: #95c3e6;
    --color-secondary-alert-border: #68adde;
    --color-secondary-alert-text: #031e30;
    
    --secondary-h: 204;
    --secondary-s: 88%;
    --secondary-l: 43%;

    --color-light: #eef4e6;
    --color-light-rgb: 238,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d5e5c2;
    --color-light-hover: #d5e5c2;
    --color-light-hover-rgb: 213,229,194;
    --color-light-dark: #d5e5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #eef4e6;
    --color-light-on-black: #eef4e6;
    --color-light-border: #93c758;

    --color-light-alert-background: #eff2f0;
    --color-light-alert-border: #eff3ed;
    --color-light-alert-text: #1a240f;

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(255, 255, 255, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://cementengym.wondr.se/branding/checkboxImage?h=1777017952_bc960805');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 51, 54, 1.00);
    --header-transform: none;
    --header-weight: 700;
    --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: #93c758;
    --bs-primary-rgb: 147,199,88;
    --bs-primary-bg-subtle: #acd47e;
    --bs-primary-border-subtle: #acd47e;
    --bs-primary-text-emphasis: #7ab13b;

    /* secondary */
    --bs-secondary: #0d7fcd;
    --bs-secondary-rgb: 13,127,205;
    --bs-secondary-bg-subtle: #1c9af1;
    --bs-secondary-border-subtle: #1c9af1;
    --bs-secondary-text-emphasis: #0a619d;

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

    --stroke-linecap: round;
    
}



