/* Font definitions for Editor's Note and Inter */

/* Inter Font - Variable Font */
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Editor's Note Font - Used for headings */
@font-face {
  font-family: "Editor's Note";
  src: url('/fonts/EditorsNote-Medium.ttf') format('truetype'),
       url('/fonts/EditorsNote/editorsnote-medium-webfont.woff') format('woff'),
       url('/fonts/EditorsNote/Editor\'sNote-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Editor's Note";
  src: url('/fonts/EditorsNote/editorsnotedisplay-semibold-webfont.woff') format('woff'),
       url('/fonts/EditorsNote/EditorsNoteDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
