/* Apple Garamond */
@font-face {
  font-family: 'Apple Garamond';
  font-style: normal;
  font-weight: 700;
  src: local('Apple Garamond'),
    url('/frame/fonts/AppleGaramond-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Apple Garamond';
  font-style: italic;
  font-weight: 700;
  src: local('Apple Garamond'),
    url('/frame/fonts/AppleGaramond-BoldItalic.ttf') format('truetype');
}

/* Helvetica Neue */
@font-face {
  font-family: 'Helvetica Neue Medium';
  font-style: normal;
  font-weight: 400;
  src: local('Helvetica Neue'),
    url('/frame/fonts/HelveticaNeueMedium.otf') format('opentype');
}
@font-face {
  font-family: 'Helvetica Neue Medium';
  font-style: italic;
  font-weight: 400;
  src: local('Helvetica Neue'),
    url('/frame/fonts/HelveticaNeueMediumItalic.otf') format('opentype');
}

/* IBM Plex Mono */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  src: local('IBM Plex Mono'),
    url('/frame/fonts/IBMPlexMono-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: italic;
  font-weight: 400;
  src: local('IBM Plex Mono'),
    url('/frame/fonts/IBMPlexMono-BoldItalic.ttf') format('truetype');
}
