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

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

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

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

    --color-app: #000000;
    --color-app-text: #ffffff;
    --color-status-bar: dark;

    --color-primary: #313131;
    --color-primary-rgb: 49,49,49;
    --color-primary-hover: #4b4b4b;
    --color-primary-hover-rgb: 75,75,75;    
    --color-primary-dark: #181818;
    --color-primary-light: #4b4b4b;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #313131;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #313131;
    
    --color-primary-alert-background: #a4a4a8;
    --color-primary-alert-border: #7d7e80;
    --color-primary-alert-text: #1a1a1a;

    --color-secondary: #f89900;
    --color-secondary-rgb: 248,153,0;
    --color-secondary-hover: #c57a00;
    --color-secondary-hover-rgb: 197,122,0;
    --color-secondary-dark: #c57a00;
    --color-secondary-light: #ffae2c;
    --color-secondary-text: #575757;
    --color-secondary-on-white: #f89900;
    --color-secondary-on-black: #f89900;
    --color-secondary-ceil: #f89900;

    --color-secondary-alert-background: #f3ce94;
    --color-secondary-alert-border: #f5bc63;
    --color-secondary-alert-text: #331f00;

    --color-light: #ededed;
    --color-light-rgb: 237,237,237;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d4d4d4;
    --color-light-hover: #d4d4d4;
    --color-light-hover-rgb: 212,212,212;
    --color-light-dark: #d4d4d4;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ededed;
    --color-light-on-black: #ededed;
    --color-light-border: #313131;

    --color-light-alert-background: #efeff3;
    --color-light-alert-border: #eeeff1;
    --color-light-alert-text: #1a1a1a;

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(49, 49, 49, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://aimx.se/branding/checkboxImage?h=1765264623_b337479d');

    --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: #313131;
    --bs-primary-rgb: 49,49,49;
    --bs-primary-bg-subtle: #4b4b4b;
    --bs-primary-border-subtle: #4b4b4b;
    --bs-primary-text-emphasis: #181818;

    /* secondary */
    --bs-secondary: #f89900;
    --bs-secondary-rgb: 248,153,0;
    --bs-secondary-bg-subtle: #ffae2c;
    --bs-secondary-border-subtle: #ffae2c;
    --bs-secondary-text-emphasis: #c57a00;

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

    --stroke-linecap: round;
    
}   


