
@font-face {
  font-family: "Cera Compact Pro";
  src: url("files/CeraCompactPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Compact Pro";
  src: url("files/CeraCompactPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera Compact Pro";
  src: url("files/CeraCompactPro-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family: "Cera Compact Pro";
  --theme-black: #181818;
  --theme-primary: #007cc2;
  --theme-primary-dark: #006fad;
  --theme-light: #eeeeee;

  --theme-header-top-background: #181818;
  --theme-header-top-text: #ffffff;
  --theme-header-top-active-text: #1e9be2;

  --theme-header-menu-background: #ffffff;
  --theme-header-menu-text: #181818;
  --theme-header-menu-active-text: #1e9be2;
  --theme-header-menu-border: #dbdbdb;

  --theme-header-dropdown-menu-background: #fafafa;
  --theme-header-dropdown-menu-text: #181818;
  --theme-header-dropdown-menu-active-text: #006fad;
  --theme-header-dropdown-menu-border: #eeeeee;

  --theme-footer-map-background: #222020;
  --theme-footer-map-text: #eeeeee;
  --theme-footer-map-active-text: #fafafa;
  --theme-footer-map-border: #343434;

  --theme-footer-menu-background: #181818;
  --theme-footer-menu-top-level-menu-item: #eeeeee;
  --theme-footer-menu-sub-level-menu-item: #dbdbdb;
  --theme-footer-menu-active-text: #ffffff;
  --theme-footer-menu-border: #2f2f2f;

  --theme-footer-copyright-background: #181818;
  --theme-footer-copyright-text: #dbdbdb;
  --theme-footer-copyright-active-text: #fafafa;
  --theme-footer-copyright-border: #2f2f2f;
}