
@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=Oswald:200,300,400,500,600,700');
body { font-family: 'Roboto', sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Oswald', sans-serif; }

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5454;
    --color-tinted-white: #f8ebeb;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #f40626;
    --color-primary-rgb: 244,6,38;
    --color-primary-hover: #c2041e;
    --color-primary-hover-rgb: 194,4,30;    
    --color-primary-dark: #c2041e;
    --color-primary-light: #f9334d;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #f40626;
    --color-primary-on-black: #f40626;

    --color-primary-alert-background: #f193a3;
    --color-primary-alert-border: #f26479;
    --color-primary-alert-text: #310107;

    --color-secondary: #040404;
    --color-secondary-rgb: 4,4,4;
    --color-secondary-hover: #1d1d1d;
    --color-secondary-hover-rgb: 29,29,29;
    --color-secondary-dark: #000000;
    --color-secondary-light: #1d1d1d;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #040404;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #919295;
    --color-secondary-alert-border: #626265;
    --color-secondary-alert-text: #191919;

    --color-danger: #ED5565;
    --color-danger-hover: #e8263b;
    --color-danger-dark: #e8263b;
    --color-danger-light: #f1838e;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #ED5565;
    --color-danger-on-black: #ED5565;

    --color-danger-alert-background: #eeb2bc;
    --color-danger-alert-border: #ee939f;
    --color-danger-alert-text: #2e0409;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(244, 6, 38, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://getfittrondheim.wondr.cc/branding/checkboxImage?h=1751905891_d2f4b092');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5454;
    --header-transform: none;
    --header-weight: 250;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #f40626;
    --bs-primary-rgb: 244,6,38;
    --bs-primary-bg-subtle: #f9334d;
    --bs-primary-border-subtle: #f9334d;
    --bs-primary-text-emphasis: #c2041e;

    --bs-secondary: #040404;
    --bs-secondary-rgb: 4,4,4;
    --bs-secondary-bg-subtle: #1d1d1d;
    --bs-secondary-border-subtle: #1d1d1d;
    --bs-secondary-text-emphasis: #000000;

    --bs-danger: #ED5565;
    --bs-danger-rgb: 237,85,101;
    --bs-danger-bg-subtle: #f1838e;
    --bs-danger-border-subtle: #f1838e;
    --bs-danger-text-emphasis: #e8263b;


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

    --stroke-linecap: round;
    
}   


