
@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;
    --animation-speed: 300ms;

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

    --border-radius: 20px;

    --color-primary: #266871;
    --color-primary-rgb: 38,104,113;
    --color-primary-hover: #338b97;
    --color-primary-hover-rgb: 51,139,151;    
    --color-primary-dark: #19454b;
    --color-primary-light: #338b97;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #266871;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #9fbac1;
    --color-primary-alert-border: #779fa7;
    --color-primary-alert-text: #0d2326;

    --color-secondary: #e4d7c7;
    --color-secondary-rgb: 228,215,199;
    --color-secondary-hover: #d3bea5;
    --color-secondary-hover-rgb: 211,190,165;
    --color-secondary-dark: #d3bea5;
    --color-secondary-light: #f5f0e9;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #e4d7c7;
    --color-secondary-on-black: #e4d7c7;

    --color-secondary-alert-background: #ebe7e4;
    --color-secondary-alert-border: #e9e1da;
    --color-secondary-alert-text: #221a11;

    --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=1757510682_cc6a57a2');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #266871;
    --bs-primary-rgb: 38,104,113;
    --bs-primary-bg-subtle: #338b97;
    --bs-primary-border-subtle: #338b97;
    --bs-primary-text-emphasis: #19454b;

    /* secondary */
    --bs-secondary: #e4d7c7;
    --bs-secondary-rgb: 228,215,199;
    --bs-secondary-bg-subtle: #f5f0e9;
    --bs-secondary-border-subtle: #f5f0e9;
    --bs-secondary-text-emphasis: #d3bea5;

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

    --stroke-linecap: round;
    
}   


