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

:root {
    --general-font-family: Montserrat;
    --header-font-family: Open Sans;

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

    --color-facility: #052713;
    --color-facility-variant: #03150a;
    --color-tinted-gray: #555e58;
    --color-tinted-white: #ecf9f1;
    --color-facility-text: #ffffff;

    --color-primary: #ac9766;
    --color-primary-rgb: 172,151,102;
    --color-primary-hover: #917d4e;
    --color-primary-hover-rgb: 145,125,78;    
    --color-primary-dark: #917d4e;
    --color-primary-light: #bead87;
    --color-primary-text: #052713;
    --color-primary-on-white: #ac9766;
    --color-primary-on-black: #ac9766;
    --color-primary-ceil: #ac9766;
    
    --color-primary-alert-background: #d5cdbd;
    --color-primary-alert-border: #c7bba0;
    --color-primary-alert-text: #211d12;

    --color-secondary: #052713;
    --color-secondary-rgb: 5,39,19;
    --color-secondary-hover: #0b5429;
    --color-secondary-hover-rgb: 11,84,41;
    --color-secondary-dark: #000000;
    --color-secondary-light: #0b5429;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #052713;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #052713;

    --color-secondary-alert-background: #92a09c;
    --color-secondary-alert-border: #63786e;
    --color-secondary-alert-text: #062d16;

    --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: #ac9766;

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

    --color-background: #f0f7f3;
    --background-overlay-color: rgba(5, 39, 19, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://gympiren.se/branding/checkboxImage?h=1765464616_270895b6');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #ac9766;
    --bs-primary-rgb: 172,151,102;
    --bs-primary-bg-subtle: #bead87;
    --bs-primary-border-subtle: #bead87;
    --bs-primary-text-emphasis: #917d4e;

    /* secondary */
    --bs-secondary: #052713;
    --bs-secondary-rgb: 5,39,19;
    --bs-secondary-bg-subtle: #0b5429;
    --bs-secondary-border-subtle: #0b5429;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}   


