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

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

@font-face {
  font-family: "McLaren";
  src: url("files/mclaren-bespoke-lighte7ST.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family: "McLaren";
  --theme-black: #111111;
  --theme-primary: #f36d1e;
  --theme-primary-dark: #e95914;
  --theme-light: #f7f7f7;

  --theme-header-top-background: #f7f7f7;
  --theme-header-top-text: #78838a;
  --theme-header-top-active-text: #181c20;

  --theme-header-menu-background: #ffffff;
  --theme-header-menu-text: #78838a;
  --theme-header-menu-active-text: #181c20;
  --theme-header-menu-border: #f7f7f7;

  --theme-header-dropdown-menu-background: #ffffff;
  --theme-header-dropdown-menu-text: #78838a;
  --theme-header-dropdown-menu-active-text: #181c20;
  --theme-header-dropdown-menu-border: #f7f7f7;

  --theme-footer-map-background: #181c20;
  --theme-footer-map-text: #78838a;
  --theme-footer-map-active-text: #f7f7f7;
  --theme-footer-map-border: #363f44;

  --theme-footer-menu-background: #181c20;
  --theme-footer-menu-top-level-menu-item: #9da8ae;
  --theme-footer-menu-sub-level-menu-item: #78838a;
  --theme-footer-menu-active-text: #f7f7f7;
  --theme-footer-menu-border: #363f44;

  --theme-footer-copyright-background: #181c20;
  --theme-footer-copyright-text: #78838a;
  --theme-footer-copyright-active-text: #9da8ae;
  --theme-footer-copyright-border: #363f44;
}