@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('./fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'),
       url('./fonts/HelveticaNeueLTPro-Bd.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'YDGothic540Pro';
  src: url('./fonts/YDGO54.woff2') format('woff2'),
       url('./fonts/YDGO54.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Gravity';
    src: url('./fonts/Gravity-Light.woff2') format('woff2'),
        url('./fonts/Gravity-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}