
@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-tinted-gray: #5e5955;
    --color-tinted-white: #f9f2ec;
    --color-facility-text: #000000;

    --color-primary: #8b7369;
    --color-primary-rgb: 139,115,105;
    --color-primary-hover: #6e5b53;
    --color-primary-hover-rgb: 110,91,83;    
    --color-primary-dark: #6e5b53;
    --color-primary-light: #a28d85;
    --color-primary-text: #000000;
    --color-primary-on-white: #8b7369;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #c8bfbe;
    --color-primary-alert-border: #b3a5a2;
    --color-primary-alert-text: #1d1816;

    --color-secondary: #cec9c5;
    --color-secondary-rgb: 206,201,197;
    --color-secondary-hover: #b7afa9;
    --color-secondary-hover-rgb: 183,175,169;
    --color-secondary-dark: #b7afa9;
    --color-secondary-light: #e5e3e1;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #cec9c5;
    --color-secondary-on-black: #cec9c5;

    --color-secondary-alert-background: #e2e1e3;
    --color-secondary-alert-border: #dcd9d9;
    --color-secondary-alert-text: #1c1917;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(206, 201, 197, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://workoutuppsala.se/branding/checkboxImage?h=1758533329_071d19db');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #8b7369;
    --bs-primary-rgb: 139,115,105;
    --bs-primary-bg-subtle: #a28d85;
    --bs-primary-border-subtle: #a28d85;
    --bs-primary-text-emphasis: #6e5b53;

    /* secondary */
    --bs-secondary: #cec9c5;
    --bs-secondary-rgb: 206,201,197;
    --bs-secondary-bg-subtle: #e5e3e1;
    --bs-secondary-border-subtle: #e5e3e1;
    --bs-secondary-text-emphasis: #b7afa9;

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

    --stroke-linecap: round;
    
}   


