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

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

@font-face {
  font-family: "NissanBrand";
  src: url("files/NissanBrandW02RegularL8v4.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family: "NissanBrand";
  --theme-black: #1a1a1a;
  --theme-primary: #c3002f;
  --theme-primary-dark: #c3002f;
  --theme-light: #f0ece8;

  --theme-header-top-background: #1a1a1a;
  --theme-header-top-text: #c1c1c1;
  --theme-header-top-active-text: #ffffff;

  --theme-header-menu-background: #ffffff;
  --theme-header-menu-text: #1a1a1a;
  --theme-header-menu-active-text: #c3002f;
  --theme-header-menu-border: #e0e0e0;

  --theme-header-dropdown-menu-background: #ffffff;
  --theme-header-dropdown-menu-text: #1a1a1a;
  --theme-header-dropdown-menu-active-text: #c3002f;
  --theme-header-dropdown-menu-border: #e0e0e0;

  --theme-footer-map-background: #1a1a1a;
  --theme-footer-map-text: #c1c1c1;
  --theme-footer-map-active-text: #ffffff;
  --theme-footer-map-border: #343434;

  --theme-footer-menu-background: #1a1a1a;
  --theme-footer-menu-top-level-menu-item: #e0e0e0;
  --theme-footer-menu-sub-level-menu-item: #c1c1c1;
  --theme-footer-menu-active-text: #ffffff;
  --theme-footer-menu-border: #343434;

  --theme-footer-copyright-background: #1a1a1a;
  --theme-footer-copyright-text: #c1c1c1;
  --theme-footer-copyright-active-text: #ffffff;
  --theme-footer-copyright-border: #343434;
}