
@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: #c21620;
  --theme-primary-dark: #a41018;
  --theme-light: #dbdbdb;

  --theme-header-top-background: #181818;
  --theme-header-top-text: #949494;
  --theme-header-top-active-text: #f6f6f6;

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

  --theme-header-dropdown-menu-background: #ffffff;
  --theme-header-dropdown-menu-text: #181818;
  --theme-header-dropdown-menu-active-text: #a41018;
  --theme-header-dropdown-menu-border: #dbdbdb;

  --theme-footer-map-background: #181818;
  --theme-footer-map-text: #949494;
  --theme-footer-map-active-text: #f6f6f6;
  --theme-footer-map-border: #2f2f2f;

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

  --theme-footer-copyright-background: #181818;
  --theme-footer-copyright-text: #949494;
  --theme-footer-copyright-active-text: #ffffff;
  --theme-footer-copyright-border: #2f2f2f;
}