/**
 * Google Fonts - Local Version
 * Bodoni Moda + Inter
 */

/* Bodoni Moda - Italic 400 */
@font-face {
  font-family: 'Bodoni Moda';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('./bodoni-moda-italic.ttf') format('truetype');
}

/* Bodoni Moda - Regular 400 */
@font-face {
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./bodoni-moda-regular.ttf') format('truetype');
}

/* Bodoni Moda - Bold 700 */
@font-face {
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./bodoni-moda-bold.ttf') format('truetype');
}

/* Inter - Light 300 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./inter-light.ttf') format('truetype');
}

/* Inter - Regular 400 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./inter-regular.ttf') format('truetype');
}

/* Inter - SemiBold 600 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./inter-semibold.ttf') format('truetype');
}
