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

    --color-primary: #5f6768;
    --color-primary-rgb: 95,103,104;
    --color-primary-hover: #778183;
    --color-primary-hover-rgb: 119,129,131;    
    --color-primary-dark: #474d4d;
    --color-primary-light: #778183;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #5f6768;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #b6babe;
    --color-primary-alert-border: #999ea1;
    --color-primary-alert-text: #181a1b;

    --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-alert-background: #aac0d8;
    --color-secondary-alert-border: #88a7c9;
    --color-secondary-alert-text: #0e1a25;

    --color-light: #e6f3f4;
    --color-light-rgb: 230,243,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e1e5;
    --color-light-hover: #c2e1e5;
    --color-light-hover-rgb: 194,225,229;
    --color-light-dark: #c2e1e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f3f4;
    --color-light-on-black: #e6f3f4;
    --color-light-border: #5f6768;

    --color-light-alert-background: #ecf2f6;
    --color-light-alert-border: #eaf2f5;
    --color-light-alert-text: #0f2124;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(66, 118, 170, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://forgefitness.se/branding/checkboxImage?h=1760340476_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: #5f6768;
    --bs-primary-rgb: 95,103,104;
    --bs-primary-bg-subtle: #778183;
    --bs-primary-border-subtle: #778183;
    --bs-primary-text-emphasis: #474d4d;

    /* 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;
    
}   


