@font-face {
  font-family: Avenir;
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/avenir/av-light.ttf');
}
@font-face {
  font-family: Avenir;
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/avenir/av-lightoblique.ttf');
}
@font-face {
  font-family: Avenir;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/avenir/av-book.ttf');
}
@font-face {
  font-family: Avenir;
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/avenir/av-bookoblique.ttf');
}
@font-face {
  font-family: Avenir;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/avenir/av-roman.ttf');
}
@font-face {
  font-family: Avenir;
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/avenir/av-oblique.ttf');
}
@font-face {
  font-family: Avenir;
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/avenir/av-medium.ttf');
}
@font-face {
  font-family: Avenir;
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/avenir/av-mediumoblique.ttf');
}
@font-face {
  font-family: Avenir;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/avenir/av-heavy.ttf');
}
@font-face {
  font-family: Avenir;
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/avenir/av-heavyoblique.ttf');
}
@font-face {
  font-family: Avenir;
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/avenir/av-black.ttf');
}
@font-face {
  font-family: Avenir;
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/avenir/av-blackoblique.ttf');
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans/ss-light.ttf');
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/source-sans/ssp-lightitalic.ttf');
}@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans/ss-regular.ttf');
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/source-sans/ssp-regularitalic.ttf');
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans/ss-semibold.ttf');
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/source-sans/ssp-semibolditalic.ttf');
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans/ss-bold.ttf');
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/source-sans/ssp-bolditalic.ttf');
}
@font-face {
  font-family: Inter;
  font-stretch: 75% 100%;
  font-style: normal;
  font-weight: 100 900;
  src: url('../fonts/inter/inter-variablefont.ttf');
}
@font-face {
  font-family: Inter;
  font-stretch: 75% 100%;
  font-style: italic;
  font-weight: 100 900;
  src: url('../fonts/inter/inter-variablefont.ttf');
}
@font-face {
  font-family: "Crimson Pro";
  font-style: normal;
  font-weight: 100 900;
  src: url('../fonts/crimson-pro/crimson-pro-variablefont.ttf');
}
@font-face {
  font-family: "Crimson Pro";
  font-style: italic;
  font-weight: 100 900;
  src: url('../fonts/crimson-pro/crimson-pro-italic-variablefont.ttf');
}
@font-face {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 100 900;
  src: url('../fonts/libre-franklin/libre-franklin-variablefont.ttf');
}
@font-face {
  font-family: "Libre Franklin";
  font-style: italic;
  font-weight: 100 900;
  src: url('../fonts/libre-franklin/libre-franklin-italic-variablefont.ttf');
}
