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

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5455;
    --color-tinted-white: #f8ebec;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #212b80;
    --color-primary-rgb: 33,43,128;
    --color-primary-hover: #2b38a8;
    --color-primary-hover-rgb: 43,56,168;    
    --color-primary-dark: #161d57;
    --color-primary-light: #2b38a8;
    --color-primary-text: #ebedf8;
    --color-primary-on-white: #212b80;
    --color-primary-on-black: #212b80;

    --color-primary-alert-background: #9da1c7;
    --color-primary-alert-border: #737aaf;
    --color-primary-alert-text: #0a0d28;

    --color-secondary: #d49b9e;
    --color-secondary-rgb: 212,155,158;
    --color-secondary-hover: #c4777b;
    --color-secondary-hover-rgb: 196,119,123;
    --color-secondary-dark: #c4777b;
    --color-secondary-light: #e3bec0;
    --color-secondary-text: #f8ebec;
    --color-secondary-on-white: #d49b9e;
    --color-secondary-on-black: #d49b9e;

    --color-secondary-alert-background: #e4ced3;
    --color-secondary-alert-border: #dfbdc1;
    --color-secondary-alert-text: #230f10;

    --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(212, 155, 158, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://bodopilates.no/branding/checkboxImage?h=1738318741_befee866');

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

    /* bootstrap 5 fixes */
    --bs-primary: #212b80;
    --bs-primary-rgb: 33,43,128;
    --bs-primary-bg-subtle: #2b38a8;
    --bs-primary-border-subtle: #2b38a8;
    --bs-primary-text-emphasis: #161d57;

    --bs-secondary: #d49b9e;
    --bs-secondary-rgb: 212,155,158;
    --bs-secondary-bg-subtle: #e3bec0;
    --bs-secondary-border-subtle: #e3bec0;
    --bs-secondary-text-emphasis: #c4777b;

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


