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

:root {
    --general-font-family: default;
    --header-font-family: Alegreya Sans SC;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555e5d;
    --color-tinted-white: #ecf9f8;
    --color-facility-text: #000000;

    --color-app: #ffffff;
    --color-app-text: #000000;
    --color-status-bar: light;

    --color-primary: #f17519;
    --color-primary-rgb: 241,117,25;
    --color-primary-hover: #cb5d0c;
    --color-primary-hover-rgb: 203,93,12;    
    --color-primary-dark: #cb5d0c;
    --color-primary-light: #f49249;
    --color-primary-text: #000000;
    --color-primary-on-white: #f17519;
    --color-primary-on-black: #f17519;
    --color-primary-ceil: #f17519;
    
    --color-primary-alert-background: #f0bf9e;
    --color-primary-alert-border: #f1a772;
    --color-primary-alert-text: #301603;

    --color-secondary: #77f1ed;
    --color-secondary-rgb: 119,241,237;
    --color-secondary-hover: #49ece7;
    --color-secondary-hover-rgb: 73,236,231;
    --color-secondary-dark: #49ece7;
    --color-secondary-light: #a5f6f3;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #77f1ed;
    --color-secondary-on-black: #77f1ed;
    --color-secondary-ceil: #77f1ed;

    --color-secondary-alert-background: #c0f1f3;
    --color-secondary-alert-border: #a7f1f1;
    --color-secondary-alert-text: #052e2d;

    --color-light: #f4ece6;
    --color-light-rgb: 244,236,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d1c2;
    --color-light-hover: #e5d1c2;
    --color-light-hover-rgb: 229,209,194;
    --color-light-dark: #e5d1c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4ece6;
    --color-light-on-black: #f4ece6;
    --color-light-border: #f17519;

    --color-light-alert-background: #f2eff0;
    --color-light-alert-border: #f2eeed;
    --color-light-alert-text: #24180f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(119, 241, 237, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://fokusgym.wondr.se/branding/checkboxImage?h=1768833762_cbb96503');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #f17519;
    --bs-primary-rgb: 241,117,25;
    --bs-primary-bg-subtle: #f49249;
    --bs-primary-border-subtle: #f49249;
    --bs-primary-text-emphasis: #cb5d0c;

    /* secondary */
    --bs-secondary: #77f1ed;
    --bs-secondary-rgb: 119,241,237;
    --bs-secondary-bg-subtle: #a5f6f3;
    --bs-secondary-border-subtle: #a5f6f3;
    --bs-secondary-text-emphasis: #49ece7;

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

    --stroke-linecap: round;
    
}   


