
@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=Bebas Neue:400');
body { font-family: 'Poppins', sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Bebas Neue', sans-serif; }

:root {
    --general-font-family: Poppins;
    --header-font-family: Bebas Neue;

    --border-radius: 20px;
    --animation-speed: 300ms;

    --color-facility: #c5c4bd;
    --color-tinted-gray: #5e5d55;
    --color-tinted-white: #f9f7ec;
    --color-facility-text: #000000;

    --color-primary: #c39756;
    --color-primary-rgb: 195,151,86;
    --color-primary-hover: #aa7e3c;
    --color-primary-hover-rgb: 170,126,60;    
    --color-primary-dark: #aa7e3c;
    --color-primary-light: #d0ae7c;
    --color-primary-text: #000000;
    --color-primary-on-white: #c39756;
    --color-primary-on-black: #c39756;

    --color-primary-alert-background: #decdb7;
    --color-primary-alert-border: #d5bb96;
    --color-primary-alert-text: #261c0d;

    --color-secondary: #c5c4bd;
    --color-secondary-rgb: 197,196,189;
    --color-secondary-hover: #adaca2;
    --color-secondary-hover-rgb: 173,172,162;
    --color-secondary-dark: #adaca2;
    --color-secondary-light: #dddcd8;
    --color-secondary-text: #646363;
    --color-secondary-on-white: #c5c4bd;
    --color-secondary-on-black: #c5c4bd;

    --color-secondary-alert-background: #dfdfe0;
    --color-secondary-alert-border: #d6d6d4;
    --color-secondary-alert-text: #1b1b18;

    --color-light: #f4efe6;
    --color-light-rgb: 247,246,240;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d7c2;
    --color-light-hover: #e5d7c2;
    --color-light-hover-rgb: 229,215,194;
    --color-light-dark: #e5d7c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4efe6;
    --color-light-on-black: #f4efe6;
    --color-light-border: #c39756;

    --color-light-alert-background: #f2f0f0;
    --color-light-alert-border: #f2f0ed;
    --color-light-alert-text: #241b0f;

    --color-background: #f7f6f0;
    --background-overlay-color: rgba(197, 196, 189, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://prestigefitnessclub.wondr.se/branding/checkboxImage?h=1756285412_f3b26731');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #c39756;
    --bs-primary-rgb: 195,151,86;
    --bs-primary-bg-subtle: #d0ae7c;
    --bs-primary-border-subtle: #d0ae7c;
    --bs-primary-text-emphasis: #aa7e3c;

    /* secondary */
    --bs-secondary: #c5c4bd;
    --bs-secondary-rgb: 197,196,189;
    --bs-secondary-bg-subtle: #dddcd8;
    --bs-secondary-border-subtle: #dddcd8;
    --bs-secondary-text-emphasis: #adaca2;

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

    --stroke-linecap: round;
    
}   


