
@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: #161616;
  --theme-primary: #0074b3;
  --theme-primary-dark: #00446b;
  --theme-light: #f5f5f5;

  --theme-header-top-background: #00446b;
  --theme-header-top-text: #ffffff;
  --theme-header-top-active-text: #7bd4fe;

  --theme-header-menu-background: #0074b3;
  --theme-header-menu-text: #ffffff;
  --theme-header-menu-active-text: #7bd4fe;
  --theme-header-menu-border: #0283cc;

  --theme-header-dropdown-menu-background: #0074b3;
  --theme-header-dropdown-menu-text: #ffffff;
  --theme-header-dropdown-menu-active-text: #7bd4fe;
  --theme-header-dropdown-menu-border: #0283cc;

  --theme-footer-map-background: #343434;
  --theme-footer-map-text: #e6e6e6;
  --theme-footer-map-active-text: #ffffff;
  --theme-footer-map-border: #454545;

  --theme-footer-menu-background: #ffffff;
  --theme-footer-menu-top-level-menu-item: #00446b;
  --theme-footer-menu-sub-level-menu-item: #00446b;
  --theme-footer-menu-active-text: #0074b3;
  --theme-footer-menu-border: #e6e6e6;

  --theme-footer-copyright-background: #0074b3;
  --theme-footer-copyright-text: #e6e6e6;
  --theme-footer-copyright-active-text: #ffffff;
  --theme-footer-copyright-border: #0283cc;
}