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

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5954;
    --color-tinted-white: #f8f2eb;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #266871;
    --color-primary-rgb: 38,104,113;
    --color-primary-hover: #328b97;
    --color-primary-hover-rgb: 50,139,151;    
    --color-primary-dark: #19444a;
    --color-primary-light: #328b97;
    --color-primary-text: #ebf7f8;
    --color-primary-on-white: #266871;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #9fbac1;
    --color-primary-alert-border: #769ea6;
    --color-primary-alert-text: #0c2326;

    --color-secondary: #e4d7c7;
    --color-secondary-rgb: 228,215,199;
    --color-secondary-hover: #d3bea4;
    --color-secondary-hover-rgb: 211,190,164;
    --color-secondary-dark: #d3bea4;
    --color-secondary-light: #f4efe9;
    --color-secondary-text: #282624;
    --color-secondary-on-white: #000000;
    --color-secondary-on-black: #e4d7c7;

    --color-secondary-alert-background: #ebe6e3;
    --color-secondary-alert-border: #e8e1da;
    --color-secondary-alert-text: #221a10;

    --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: #f7f0f0;
    --background-overlay-color: rgba(38, 104, 113, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://fyskompaniet.se/branding/checkboxImage?h=1755687999_cc6a57a2');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5954;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #266871;
    --bs-primary-rgb: 38,104,113;
    --bs-primary-bg-subtle: #328b97;
    --bs-primary-border-subtle: #328b97;
    --bs-primary-text-emphasis: #19444a;

    --bs-secondary: #e4d7c7;
    --bs-secondary-rgb: 228,215,199;
    --bs-secondary-bg-subtle: #f4efe9;
    --bs-secondary-border-subtle: #f4efe9;
    --bs-secondary-text-emphasis: #d3bea4;

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


