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

:root {
    --general-font-family: default;
    --header-font-family: Anton;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555d5e;
    --color-tinted-white: #ecf8f9;
    --color-facility-text: #000000;

    --border-radius: 20px;

    --color-primary: #207763;
    --color-primary-rgb: 32,119,99;
    --color-primary-hover: #2b9f84;
    --color-primary-hover-rgb: 43,159,132;    
    --color-primary-dark: #154f42;
    --color-primary-light: #2b9f84;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #207763;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #9dc0bc;
    --color-primary-alert-border: #73a89e;
    --color-primary-alert-text: #0b2821;

    --color-secondary: #1f686d;
    --color-secondary-rgb: 31,104,109;
    --color-secondary-hover: #2a8e95;
    --color-secondary-hover-rgb: 42,142,149;
    --color-secondary-dark: #144245;
    --color-secondary-light: #2a8e95;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #1f686d;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9cbac0;
    --color-secondary-alert-border: #739fa4;
    --color-secondary-alert-text: #0b2628;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(31, 104, 109, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://traningsklubbenkalmar.wondr.se/branding/checkboxImage?h=1755150290_15635c5c');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #207763;
    --bs-primary-rgb: 32,119,99;
    --bs-primary-bg-subtle: #2b9f84;
    --bs-primary-border-subtle: #2b9f84;
    --bs-primary-text-emphasis: #154f42;

    /* secondary */
    --bs-secondary: #1f686d;
    --bs-secondary-rgb: 31,104,109;
    --bs-secondary-bg-subtle: #2a8e95;
    --bs-secondary-border-subtle: #2a8e95;
    --bs-secondary-text-emphasis: #144245;

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

    --stroke-linecap: round;
    
}   


