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

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

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

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

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

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

