@font-face {
  font-family: 'Gill Sans';
  src: url('./fonts/GillSans-SemiBold.eot');
  src: url('./fonts/GillSans-SemiBold.eot?#iefix') format('embedded-opentype'),
  url('./fonts/GillSans-SemiBold.woff2') format('woff2'),
  url('./fonts/GillSans-SemiBold.woff') format('woff'),
  url('./fonts/GillSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plantin MT Pro';
  src: url('./fonts/PlantinMTPro-Regular.eot');
  src: url('./fonts/PlantinMTPro-Regular.eot?#iefix') format('embedded-opentype'),
  url('./fonts/PlantinMTPro-Regular.woff2') format('woff2'),
  url('./fonts/PlantinMTPro-Regular.woff') format('woff'),
  url('./fonts/PlantinMTPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: url('./fonts/Georgia.eot');
  src: url('./fonts/Georgia.eot?#iefix') format('embedded-opentype'),
  url('./fonts/Georgia.woff2') format('woff2'),
  url('./fonts/Georgia.woff') format('woff'),
  url('./fonts/Georgia.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: url('./fonts/Georgia-Bold.eot');
  src: url('./fonts/Georgia-Bold.eot?#iefix') format('embedded-opentype'),
  url('./fonts/Georgia-Bold.woff2') format('woff2'),
  url('./fonts/Georgia-Bold.woff') format('woff'),
  url('./fonts/Georgia-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: url('./fonts/Georgia-Italic.eot');
  src: url('./fonts/Georgia-Italic.eot?#iefix') format('embedded-opentype'),
  url('./fonts/Georgia-Italic.woff2') format('woff2'),
  url('./fonts/Georgia-Italic.woff') format('woff'),
  url('./fonts/Georgia-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: url('./fonts/Georgia-BoldItalic.eot');
  src: url('./fonts/Georgia-BoldItalic.eot?#iefix') format('embedded-opentype'),
  url('./fonts/Georgia-BoldItalic.woff2') format('woff2'),
  url('./fonts/Georgia-BoldItalic.woff') format('woff'),
  url('./fonts/Georgia-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
