﻿@font-face {
    font-family: 'CirceRounded';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    src: url('../Fonts/CirceRounded-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    src: url('../Fonts/open-sans.regular.ttf') format('truetype');
}

:root {
    --rz-text-font-family: OpenSans;
    /*--rz-success: #2df79e;*/
    --rz-success: #11a866;
    --rz-warning: #f8840f;
    --rz-danger: #911436;  /*#FA3E70*/
    --rz-primary: #266cb3;
    --rz-secondary: #1aad80;
}

body {
    /*background: none !important;*/
    background-image: url('/images/Wellness-4-0-12.png');
    background-size: cover;
}

myH1 {
    font-family: CirceRounded;
}

.rz-navigation-menu {
    z-index: 999;
}

.rz-switch.rz-switch-checked .rz-switch-circle {
    background: green !important;
}
