
@font-face {
  font-family: "McLarenFont";
  src: url("files/McLarenSansText-Regularl7jm.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "McLarenFont";
  src: url("files/McLarenSansText-BoldWSvP.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "McLarenFont";
  src: url("files/McLarenSansText-BoldB360.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family: "McLarenFont";
  --theme-black: #000000;
  --theme-primary: #ff8000;
  --theme-primary-dark: #a5320a;
  --theme-light: #f0f0f0;

  --theme-header-top-background: #000000;
  --theme-header-top-text: #dcdad4;
  --theme-header-top-active-text: #ffffff;

  --theme-header-menu-background: #ffffff;
  --theme-header-menu-text: #000000;
  --theme-header-menu-active-text: #ff8000;
  --theme-header-menu-border: #e6e6e6;

  --theme-header-dropdown-menu-background: #ffffff;
  --theme-header-dropdown-menu-text: #000000;
  --theme-header-dropdown-menu-active-text: #ff8000;
  --theme-header-dropdown-menu-border: #e6e6e6;

  --theme-footer-map-background: #ffffff;
  --theme-footer-map-text: #000000;
  --theme-footer-map-active-text: #ff8000;
  --theme-footer-map-border: #e6e6e6;

  --theme-footer-menu-background: #ffffff;
  --theme-footer-menu-top-level-menu-item: #000000;
  --theme-footer-menu-sub-level-menu-item: #53565a;
  --theme-footer-menu-active-text: #ff8000;
  --theme-footer-menu-border: #e6e6e6;

  --theme-footer-copyright-background: #ffffff;
  --theme-footer-copyright-text: #000000;
  --theme-footer-copyright-active-text: #ff8000;
  --theme-footer-copyright-border: #e6e6e6;
}