
@import url('https://fonts.googleapis.com/css?family=Archivo Black:400');
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Archivo Black', sans-serif; }

:root {
    --general-font-family: default;
    --header-font-family: Archivo Black;

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

    --color-facility: #000000;
    --color-tinted-gray: #5e555b;
    --color-tinted-white: #f9ecf5;
    --color-facility-text: #ffffff;

    --color-primary: #b77f3c;
    --color-primary-rgb: 183,127,60;
    --color-primary-hover: #91642f;
    --color-primary-hover-rgb: 145,100,47;    
    --color-primary-dark: #91642f;
    --color-primary-light: #ca985c;
    --color-primary-text: #000000;
    --color-primary-on-white: #b77f3c;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #d9c3ac;
    --color-primary-alert-border: #cead87;
    --color-primary-alert-text: #261b0d;

    --color-secondary: #a2257c;
    --color-secondary-rgb: 162,37,124;
    --color-secondary-hover: #cc2e9c;
    --color-secondary-hover-rgb: 204,46,156;
    --color-secondary-dark: #781c5c;
    --color-secondary-light: #cc2e9c;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #a2257c;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #d19fc6;
    --color-secondary-alert-border: #c177ad;
    --color-secondary-alert-text: #2a0920;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(162, 37, 124, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://mdgym.se/branding/checkboxImage?h=1701174609_4e923d74');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #b77f3c;
    --bs-primary-rgb: 183,127,60;
    --bs-primary-bg-subtle: #ca985c;
    --bs-primary-border-subtle: #ca985c;
    --bs-primary-text-emphasis: #91642f;

    /* secondary */
    --bs-secondary: #a2257c;
    --bs-secondary-rgb: 162,37,124;
    --bs-secondary-bg-subtle: #cc2e9c;
    --bs-secondary-border-subtle: #cc2e9c;
    --bs-secondary-text-emphasis: #781c5c;

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

    --stroke-linecap: round;
    
}   


