/* DICHIARAZIONE FONT */

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

@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/deroma/FuturaPTBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* MILLERTEXT FONTS */

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

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

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

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

@font-face {
  font-family: 'Millertext';
  src: url('../fonts/deroma/MillerTextBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}