/* Editorial New Font Family */
@font-face {
  font-family: 'Editorial New';
  src: url('/fonts/editorial-new/EditorialNew-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Editorial New';
  src: url('/fonts/editorial-new/EditorialNew-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Editorial New';
  src: url('/fonts/editorial-new/EditorialNew-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Editorial New';
  src: url('/fonts/editorial-new/EditorialNew-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Editorial New';
  src: url('/fonts/editorial-new/EditorialNew-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Satoshi is already loaded via Fontshare CDN in index.html */ 