/* Self-hosted fonts */

/* Abel — warm body sans */
@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/abel.ttf') format('truetype');
}

/* Rammetto One — fat rounded Cooper-Black-style display (Soul / Jazz / Gin headlines) */
@font-face {
  font-family: 'Rammetto One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/rammetto-one-400.woff2') format('woff2');
}

/* Playfair Display — kept for italic accents / quotes (self-hosted) */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/playfair-display-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/playfair-display-latin-400-italic.woff2') format('woff2');
}
