/* Shared fonts for the whole site */

@font-face {
  font-family: 'Mrs Green';
  src: url('../mrs-green-font-family/mrs-green-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Gill Sans TTC is treated as a variable font by supporting browsers */
@font-face {
  font-family: 'Gill Sans';
  src: url('../GillSans.ttc') format('truetype-variations');
  font-weight: 100 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Adobe-SongTi-Std-L';
  src: url('../Adobe-SongTi-Std-L/Adobe-SongTi-Std-L-2.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
