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

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

  @font-face {
    font-family: "Inter Semi Bold";
    font-style: normal;
    font-weight: 600;
    src: local("Inter Semi Bold"), local("Inter Semi Bold"),
    url(../fonts/Inter-SemiBold.woff2) format("woff2"),
      url(../fonts/Inter-SemiBold.woff) format("woff"),
      url(../fonts/Inter-SemiBold.ttf) format('truetype'),
      url(../fonts/Inter-SemiBold.eot?#iefix) format('embedded-opentype');
  }

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

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

