@font-face {
  font-family: 'Switzer';
  src: url('./fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-Variable.woff2') format('woff2'),
    url('./fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-Variable.woff') format('woff'),
    url('./fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('./fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-VariableItalic.woff2') format('woff2'),
    url('./fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-VariableItalic.woff') format('woff'),
    url('./fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-VariableItalic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Instrument Serif';
  src: url('./fonts/Instrument_Serif/WEB/InstrumentSerif-Italic.woff2') format('woff2'),
    url('./fonts/Instrument_Serif/WEB/InstrumentSerif-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Instrument Serif';
  src: url('./fonts/Instrument_Serif/WEB/InstrumentSerif-Regular.woff2') format('woff2'),
    url('./fonts/Instrument_Serif/WEB/InstrumentSerif-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.dropdown-menu {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
}

.dropdown-menu li a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.dropdown-menu li a:hover {
  background-color: #fff;
  color: #000;
}
