/* =========================================================
   LOCAL FONTS — Vetrino + AA Stetica
   ========================================================= */

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

@font-face {
  font-family: 'AA Stetica';
  src: url('../fonts/AAStetica-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../fonts/AAStetica-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../fonts/AAStetica-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../fonts/AAStetica-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../fonts/AAStetica-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../fonts/AAStetica-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../fonts/AAStetica-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../fonts/AAStetica-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AA Stetica';
  src: url('../fonts/AAStetica-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
