/* Gotham Regular (weight 400) */
@font-face {
  font-family: 'Gotham';
  src:
    url('/assets/fonts/Gotham-Thin.otf')   format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Gotham Medium (weight 500) */
@font-face {
  font-family: 'Gotham';
  src:
    url('/assets/fonts/GothamMedium.ttf')   format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Gotham Bold (weight 700) */
@font-face {
  font-family: 'Gotham';
  src:
    url('/assets/fonts/Gotham-Bold.otf')   format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FS Lucas Pro';
  src:
    url('/assets/fonts/FSLucasProBold.ttf')   format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FS Lucas Pro';
  src:
    url('/assets/fonts/FSLucasProMed.ttf')   format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FS Lucas Pro';
  src:
    url('/assets/fonts/FSLucasProRegular.ttf')   format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
