/* Font CSS
 */

@font-face {
  font-family: "Adobe Source Sans Pro";
  src: url("/static/fonts/SourceSans3VF-Upright.ttf.woff2")
    format("woff2-variations");
  font-weight: 300 700;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Source Sans Pro";
  src: url("/static/fonts/SourceSans3VF-Italic.ttf.woff2")
    format("woff2-variations");
  font-weight: 300 700;
  font-style: italic;
}
@font-face {
  font-family: "Adobe Source Serif Pro";
  src: url("/static/fonts/SourceSerif4Variable-Roman.ttf.woff2")
    format("woff2-variations");
  font-weight: 300 700;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Source Sans Pro";
  src: url("/static/fonts/SourceSerif4Variable-Italic.ttf.woff2")
    format("woff2-variations");
  font-weight: 300 700;
  font-style: italic;
}
@font-face {
  font-family: "Adobe Source Code Pro";
  src: url("/static/fonts/SourceCodeVF-Upright.ttf.woff2")
    format("woff2-variations");
  font-weight: 300 700;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Source Code Pro";
  src: url("/static/fonts/SourceCodeVF-Italic.ttf.woff2")
    format("woff2-variations");
  font-weight: 300 700;
  font-style: italic;
}
