
@font-face {
  font-family: "Aston Martin Sans";
  src: url("AstonMartinSans/WOFF2/AstonMartinSans_W_Rg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aston Martin Sans";
  src: url("AstonMartinSans/WOFF2/AstonMartinSans_W_Md.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aston Martin Sans";
  src: url("AstonMartinSans/WOFF2/AstonMartinSans_W_Bd.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family: "Aston Martin Sans";
  --theme-black: #121212;
  --theme-primary: #00665e;
  --theme-primary-dark: #00414b;
  --theme-light: null;

  --theme-header-top-background: #121212;
  --theme-header-top-text: #ffffff;
  --theme-header-top-active-text: #00ada0;

  --theme-header-menu-background: #121212;
  --theme-header-menu-text: #ffffff;
  --theme-header-menu-active-text: #00ada0;
  --theme-header-menu-border: #363636;

  --theme-header-dropdown-menu-background: #121212;
  --theme-header-dropdown-menu-text: #ffffff;
  --theme-header-dropdown-menu-active-text: #00ada0;
  --theme-header-dropdown-menu-border: #363636;

  --theme-footer-map-background: #121212;
  --theme-footer-map-text: #ffffff;
  --theme-footer-map-active-text: #ffffff;
  --theme-footer-map-border: #2f2f2f;

  --theme-footer-menu-background: #000000;
  --theme-footer-menu-top-level-menu-item: #ffffff;
  --theme-footer-menu-sub-level-menu-item: #979797;
  --theme-footer-menu-active-text: #ffffff;
  --theme-footer-menu-border: #2f2f2f;

  --theme-footer-copyright-background: #000000;
  --theme-footer-copyright-text: #979797;
  --theme-footer-copyright-active-text: #ffffff;
  --theme-footer-copyright-border: #2f2f2f;
}