@font-face {
  font-family: "Charlotte";
  src: url("./fonts/Charlotte.eot"); /* IE9 Compat Modes */
  src: url("./fonts/Charlotte.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/Charlotte.woff2") format("woff2"), /* Modern Browsers */
    url("./fonts/Charlotte.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Charlotte.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/Charlotte.otf") format("opentype"), /* Open Type Font */
    url("./fonts/Charlotte.svg") format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir-Light";
  src: url("./fonts/Avenir-Light.eot"); /* IE9 Compat Modes */
  src: url("./fonts/Avenir-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/Avenir-Light.woff2") format("woff2"), /* Modern Browsers */
    url("./fonts/Avenir-Light.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Avenir-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/Avenir-Light.otf") format("opentype"), /* Open Type Font */
    url("./fonts/Avenir-Light.svg") format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golden Plains';
  src: url('./fonts/GoldenPlains.eot');
  src: url('./fonts/GoldenPlains.eot?#iefix') format('embedded-opentype'),
      url('./fonts/GoldenPlains.woff2') format('woff2'),
      url('./fonts/GoldenPlains.woff') format('woff'),
      url('./fonts/GoldenPlains.ttf') format('truetype'),
      url('./fonts/GoldenPlains.svg#GoldenPlains') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}