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

:root {
    --general-font-family: DM Sans;
    --header-font-family: DM Sans;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5a55;
    --color-tinted-white: #f9f4ec;
    --color-facility-text: #000000;

    --color-primary: #c51590;
    --color-primary-rgb: 197,21,144;
    --color-primary-hover: #97106e;
    --color-primary-hover-rgb: 151,16,110;    
    --color-primary-dark: #97106e;
    --color-primary-light: #e825ad;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #c51590;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #df99ce;
    --color-primary-alert-border: #d66db9;
    --color-primary-alert-text: #2e0522;

    --color-secondary: #faa00b;
    --color-secondary-rgb: 250,160,11;
    --color-secondary-hover: #ce8204;
    --color-secondary-hover-rgb: 206,130,4;
    --color-secondary-dark: #ce8204;
    --color-secondary-light: #fbb33d;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #faa00b;
    --color-secondary-on-black: #faa00b;

    --color-secondary-alert-background: #f4d199;
    --color-secondary-alert-border: #f6c069;
    --color-secondary-alert-text: #322001;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(197, 21, 144, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://mytraining.se/branding/checkboxImage?h=1758261433_9382a067');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #faa00b;
    --header-transform: none;
    --header-weight: 700;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #c51590;
    --bs-primary-rgb: 197,21,144;
    --bs-primary-bg-subtle: #e825ad;
    --bs-primary-border-subtle: #e825ad;
    --bs-primary-text-emphasis: #97106e;

    /* secondary */
    --bs-secondary: #faa00b;
    --bs-secondary-rgb: 250,160,11;
    --bs-secondary-bg-subtle: #fbb33d;
    --bs-secondary-border-subtle: #fbb33d;
    --bs-secondary-text-emphasis: #ce8204;

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

    --stroke-linecap: round;
    
}   


