
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto Slab:100,200,300,400,500,600,700,800,900');
body { font-family: 'Roboto', sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Roboto Slab', sans-serif; }

:root {
    --general-font-family: Roboto;
    --header-font-family: Roboto Slab;

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

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

    --color-primary: #9f8a57;
    --color-primary-rgb: 159,138,87;
    --color-primary-hover: #7e6d45;
    --color-primary-hover-rgb: 126,109,69;    
    --color-primary-dark: #7e6d45;
    --color-primary-light: #b4a175;
    --color-primary-text: #000000;
    --color-primary-on-white: #9f8a57;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #d0c8b7;
    --color-primary-alert-border: #bfb397;
    --color-primary-alert-text: #211d12;

    --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-light: #f4f0e6;
    --color-light-rgb: 244,240,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5dbc2;
    --color-light-hover: #e5dbc2;
    --color-light-hover-rgb: 229,219,194;
    --color-light-dark: #e5dbc2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4f0e6;
    --color-light-on-black: #f4f0e6;
    --color-light-border: #9f8a57;

    --color-light-alert-background: #f2f1f0;
    --color-light-alert-border: #f2f0ed;
    --color-light-alert-text: #241e0f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(0,0,0,0);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://ronningegym.wondr.se/branding/checkboxImage?h=1677676497_f401417f');

    --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: #9f8a57;
    --bs-primary-rgb: 159,138,87;
    --bs-primary-bg-subtle: #b4a175;
    --bs-primary-border-subtle: #b4a175;
    --bs-primary-text-emphasis: #7e6d45;

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


