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

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

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

    --color-facility: #1F252B;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #ffffff;

    --color-primary: #ca0d0d;
    --color-primary-rgb: 202,13,13;
    --color-primary-hover: #9a0a0a;
    --color-primary-hover-rgb: 154,10,10;    
    --color-primary-dark: #9a0a0a;
    --color-primary-light: #f01a1a;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #ca0d0d;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #ca0d0d;
    
    --color-primary-alert-background: #e19699;
    --color-primary-alert-border: #d9686b;
    --color-primary-alert-text: #300303;

    --color-secondary: #6b6767;
    --color-secondary-rgb: 107,103,103;
    --color-secondary-hover: #514e4e;
    --color-secondary-hover-rgb: 81,78,78;
    --color-secondary-dark: #514e4e;
    --color-secondary-light: #858080;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #6b6767;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #6b6767;

    --color-secondary-alert-background: #bbbabd;
    --color-secondary-alert-border: #a09ea1;
    --color-secondary-alert-text: #1a1919;

    --color-light: #f4e6e6;
    --color-light-rgb: 244,230,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2c2;
    --color-light-hover: #e5c2c2;
    --color-light-hover-rgb: 229,194,194;
    --color-light-dark: #e5c2c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6e6;
    --color-light-on-black: #f4e6e6;
    --color-light-border: #ca0d0d;

    --color-light-alert-background: #f2edf0;
    --color-light-alert-border: #f2eaed;
    --color-light-alert-text: #240f0f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(107, 103, 103, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://gym1.nu/branding/checkboxImage?h=1764085555_ac607fdb');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #6b6767;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #ca0d0d;
    --bs-primary-rgb: 202,13,13;
    --bs-primary-bg-subtle: #f01a1a;
    --bs-primary-border-subtle: #f01a1a;
    --bs-primary-text-emphasis: #9a0a0a;

    /* secondary */
    --bs-secondary: #6b6767;
    --bs-secondary-rgb: 107,103,103;
    --bs-secondary-bg-subtle: #858080;
    --bs-secondary-border-subtle: #858080;
    --bs-secondary-text-emphasis: #514e4e;

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

    --stroke-linecap: round;
    
}   


