
@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;

    --color-facility: #ffffff;
    --color-tinted-gray: #545d5d;
    --color-tinted-white: #ebf7f8;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #207763;
    --color-primary-rgb: 32,119,99;
    --color-primary-hover: #2a9f84;
    --color-primary-hover-rgb: 42,159,132;    
    --color-primary-dark: #154e41;
    --color-primary-light: #2a9f84;
    --color-primary-text: #ebf8f5;
    --color-primary-on-white: #207763;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #9cc0bb;
    --color-primary-alert-border: #73a79e;
    --color-primary-alert-text: #0a2821;

    --color-secondary: #1f686d;
    --color-secondary-rgb: 31,104,109;
    --color-secondary-hover: #2a8d94;
    --color-secondary-hover-rgb: 42,141,148;
    --color-secondary-dark: #134245;
    --color-secondary-light: #2a8d94;
    --color-secondary-text: #ebf7f8;
    --color-secondary-on-white: #1f686d;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9cbabf;
    --color-secondary-alert-border: #729ea4;
    --color-secondary-alert-text: #0b2527;

    --color-danger: #ff8526;
    --color-danger-hover: #f26900;
    --color-danger-dark: #f26900;
    --color-danger-light: #ffa159;
    --color-danger-text: #f8f1eb;
    --color-danger-on-white: #ff8526;
    --color-danger-on-black: #ff8526;

    --color-danger-alert-background: #f6c5a3;
    --color-danger-alert-border: #f9b079;
    --color-danger-alert-text: #331600;

    --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=1751368224_15635c5c');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #545d5d;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

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

    --bs-secondary: #1f686d;
    --bs-secondary-rgb: 31,104,109;
    --bs-secondary-bg-subtle: #2a8d94;
    --bs-secondary-border-subtle: #2a8d94;
    --bs-secondary-text-emphasis: #134245;

    --bs-danger: #ff8526;
    --bs-danger-rgb: 255,133,38;
    --bs-danger-bg-subtle: #ffa159;
    --bs-danger-border-subtle: #ffa159;
    --bs-danger-text-emphasis: #f26900;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


