
@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;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5854;
    --color-tinted-white: #f8f1eb;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #8b7369;
    --color-primary-rgb: 139,115,105;
    --color-primary-hover: #6d5a53;
    --color-primary-hover-rgb: 109,90,83;    
    --color-primary-dark: #6d5a53;
    --color-primary-light: #a28d84;
    --color-primary-text: #f8efeb;
    --color-primary-on-white: #8b7369;
    --color-primary-on-black: #8b7369;

    --color-primary-alert-background: #c7bebe;
    --color-primary-alert-border: #b3a5a1;
    --color-primary-alert-text: #1d1815;

    --color-secondary: #cec9c5;
    --color-secondary-rgb: 206,201,197;
    --color-secondary-hover: #b6afa9;
    --color-secondary-hover-rgb: 182,175,169;
    --color-secondary-dark: #b6afa9;
    --color-secondary-light: #e5e2e0;
    --color-secondary-text: #282624;
    --color-secondary-on-white: #000000;
    --color-secondary-on-black: #cec9c5;

    --color-secondary-alert-background: #e2e1e3;
    --color-secondary-alert-border: #dbd9d9;
    --color-secondary-alert-text: #1b1917;

    --color-danger: #ED5565;
    --color-danger-hover: #e8263b;
    --color-danger-dark: #e8263b;
    --color-danger-light: #f1838e;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #ED5565;
    --color-danger-on-black: #ED5565;

    --color-danger-alert-background: #eeb2bc;
    --color-danger-alert-border: #ee939f;
    --color-danger-alert-text: #2e0409;

    --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=1750685526_071d19db');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5854;
    --header-transform: none;
    --header-weight: normal;
    --header-font-style: normal;

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

    --bs-secondary: #cec9c5;
    --bs-secondary-rgb: 206,201,197;
    --bs-secondary-bg-subtle: #e5e2e0;
    --bs-secondary-border-subtle: #e5e2e0;
    --bs-secondary-text-emphasis: #b6afa9;

    --bs-danger: #ED5565;
    --bs-danger-rgb: 237,85,101;
    --bs-danger-bg-subtle: #f1838e;
    --bs-danger-border-subtle: #f1838e;
    --bs-danger-text-emphasis: #e8263b;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


