
@font-face {
  font-family: "Mulish-Regular";
  src: url("files/Muli-SemiBoldaNwc.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish-Regular";
  src: url("files/Muli-SemiBolde2zG.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish-Regular";
  src: url("files/Mulish-Regular3rsJ.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family: "Mulish-Regular";
  --theme-black: #141414;
  --theme-primary: #1464f4;
  --theme-primary-dark: #052561;
  --theme-light: #e6eeef;

  --theme-header-top-background: #141414;
  --theme-header-top-text: #cccccc;
  --theme-header-top-active-text: #ffffff;

  --theme-header-menu-background: #ffffff;
  --theme-header-menu-text: #141414;
  --theme-header-menu-active-text: #1464f4;
  --theme-header-menu-border: #e6eeef;

  --theme-header-dropdown-menu-background: #ffffff;
  --theme-header-dropdown-menu-text: #141414;
  --theme-header-dropdown-menu-active-text: #1464f4;
  --theme-header-dropdown-menu-border: #e6eeef;

  --theme-footer-map-background: #242424;
  --theme-footer-map-text: #cccccc;
  --theme-footer-map-active-text: #ffffff;
  --theme-footer-map-border: #343434;

  --theme-footer-menu-background: #141414;
  --theme-footer-menu-top-level-menu-item: #cccccc;
  --theme-footer-menu-sub-level-menu-item: #aaaaaa;
  --theme-footer-menu-active-text: #ffffff;
  --theme-footer-menu-border: #242424;

  --theme-footer-copyright-background: #141414;
  --theme-footer-copyright-text: #cccccc;
  --theme-footer-copyright-active-text: #ffffff;
  --theme-footer-copyright-border: #242424;
}