/* Local Fonts - Bodoni Moda + Inter Tight - Self-hosted for accessibility */

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

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

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

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

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

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

/* ===== Inter Tight 500 ===== */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/inter-tight-500.ttf') format('truetype');
}

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

/* ===== Inter Tight 700 ===== */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/inter-tight-700.ttf') format('truetype');
}