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

:root {
    --general-font-family: Inter;
    --header-font-family: Inter;

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

    --color-facility: #827dbc;
    --color-tinted-gray: #55555e;
    --color-tinted-white: #edecf9;
    --color-facility-text: #000000;

    --color-primary: #2b2631;
    --color-primary-rgb: 43,38,49;
    --color-primary-hover: #443c4e;
    --color-primary-hover-rgb: 68,60,78;    
    --color-primary-dark: #121014;
    --color-primary-light: #443c4e;
    --color-primary-text: #bbff00;
    --color-primary-on-white: #2b2631;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #2b2631;
    
    --color-primary-alert-background: #a1a0a8;
    --color-primary-alert-border: #7a7780;
    --color-primary-alert-text: #19161d;

    --color-secondary: #827dbc;
    --color-secondary-rgb: 130,125,188;
    --color-secondary-hover: #625bab;
    --color-secondary-hover-rgb: 98,91,171;
    --color-secondary-dark: #625bab;
    --color-secondary-light: #a29fcd;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #827dbc;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #827dbc;

    --color-secondary-alert-background: #c4c3df;
    --color-secondary-alert-border: #aeabd4;
    --color-secondary-alert-text: #131122;

    --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: #2b2631;

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

    --color-background: #f1f0f7;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://studio13oslo.com/branding/checkboxImage?h=1764336961_f1b7beba');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #2b2631;
    --bs-primary-rgb: 43,38,49;
    --bs-primary-bg-subtle: #443c4e;
    --bs-primary-border-subtle: #443c4e;
    --bs-primary-text-emphasis: #121014;

    /* secondary */
    --bs-secondary: #827dbc;
    --bs-secondary-rgb: 130,125,188;
    --bs-secondary-bg-subtle: #a29fcd;
    --bs-secondary-border-subtle: #a29fcd;
    --bs-secondary-text-emphasis: #625bab;

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

    --stroke-linecap: round;
    
}   


