@font-face {
  font-family: TotalSans;
  src: url(TotalSans-Regular.eot) format("embedded-opentype"),
    url(TotalSans-Regular.ttf) format("truetype"),
    url(TotalSans-Regular.woff) format("woff"),
    url(TotalSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TotalSans;
  src: url(TotalSans-RegularItalic.eot) format("embedded-opentype"),
    url(TotalSans-RegularItalic.ttf) format("truetype"),
    url(TotalSans-RegularItalic.woff) format("woff"),
    url(TotalSans-RegularItalic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: TotalSans;
  src: url(TotalSans-Bold.eot) format("embedded-opentype"),
    url(TotalSans-Bold.ttf) format("truetype"),
    url(TotalSans-Bold.woff) format("woff"),
    url(TotalSans-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: TotalSans;
  src: url(TotalSans-BoldItalic.eot) format("embedded-opentype"),
    url(TotalSans-BoldItalic.ttf) format("truetype"),
    url(TotalSans-BoldItalic.woff) format("woff"),
    url(TotalSans-BoldItalic.woff2) format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: TotalSans, "Helvetica Neue", -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", sans-serif !important;
}
