@font-face {
  font-family: 'BigCaslon';
  src: url('../fonts/BigCaslon.woff2') format('woff2'),
       url('../fonts/BigCaslon.woff')  format('woff'),
       url('../fonts/BigCaslon.ttf')   format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa-Book';
  src: url('../fonts/Nexa-Book.woff2') format('woff2'),
       url('../fonts/Nexa-Book.woff')  format('woff'),
       url('../fonts/Nexa-Book.otf')   format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa-Light';
  src: url('../fonts/Nexa-Light.woff2') format('woff2'),
       url('../fonts/Nexa-Light.woff')  format('woff'),
       url('../fonts/Nexa-Light.otf')   format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa-Regular';
  src: url('../fonts/Nexa-Regular.woff2') format('woff2'),
       url('../fonts/Nexa-Regular.woff')  format('woff'),
       url('../fonts/Nexa-Regular.otf')   format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa-Thin';
  src: url('../fonts/Nexa-Thin.woff2') format('woff2'),
       url('../fonts/Nexa-Thin.woff')  format('woff'),
       url('../fonts/Nexa-Thin.otf')   format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa-Book-Italic';
  src: url('../fonts/Nexa-Book-Italic.woff2') format('woff2'),
       url('../fonts/Nexa-Book-Italic.woff')  format('woff'),
       url('../fonts/Nexa-Book-Italic.otf')   format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa-Thin-Italic';
  src: url('../fonts/Nexa-Thin-Italic.woff2') format('woff2'),
       url('../fonts/Nexa-Thin-Italic.woff')  format('woff'),
       url('../fonts/Nexa-Thin-Italic.otf')   format('opentype');
  font-weight: 200;   /* Thin */
  font-style: italic; /* Italic */
  font-display: swap;
}

