@charset "UTF-8";

@font-face {
  font-family: "redditsans";
  font-style: normal;
  font-weight: 300;
  src: url("./RedditSans-Light.woff2") format("woff2"),
    url("./RedditSans-Light.woff") format("woff");
}

@font-face {
  font-family: "redditsans";
  font-style: normal;
  font-weight: 400;
  src: url("./RedditSans-Regular.woff2") format("woff2"),
    url("./RedditSans-Regular.woff") format("woff");
}

@font-face {
  font-family: "redditsans";
  font-style: normal;
  font-weight: 600;
  src: url("./RedditSans-SemiBold.woff2") format("woff2"),
    url("./RedditSans-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "redditsans";
  font-style: normal;
  font-weight: 700;
  src: url("./RedditSans-Bold.woff2") format("woff2"),
    url("./RedditSans-Bold.woff") format("woff");
}

@font-face {
  font-family: "redditsans";
  font-style: normal;
  font-weight: 800;
  src: url("./RedditSans-ExtraBold.woff2") format("woff2"),
    url("./RedditSans-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "redditsans";
  font-style: italic;
  font-weight: 300;
  src: url("./RedditSans-LightItalic.woff2") format("woff2"),
    url("./RedditSans-LightItalic.woff") format("woff");
}

@font-face {
  font-family: "redditsans";
  font-style: italic;
  font-weight: 400;
  src: url("./RedditSans-Italic.woff2") format("woff2"),
    url("./RedditSans-Italic.woff") format("woff");
}

@font-face {
  font-family: "redditsans";
  font-style: italic;
  font-weight: 600;
  src: url("./RedditSans-SemiBoldItalic.woff2") format("woff2"),
    url("./RedditSans-SemiBoldItalic.woff") format("woff");
}

@font-face {
  font-family: "redditsans";
  font-style: italic;
  font-weight: 700;
  src: url("./RedditSans-BoldItalic.woff2") format("woff2"),
    url("./RedditSans-BoldItalic.woff") format("woff");
}

@font-face {
  font-family: "redditsans";
  font-style: italic;
  font-weight: 800;
  src: url("./RedditSans-ExtraBoldItalic.woff2") format("woff2"),
    url("./RedditSans-ExtraBoldItalic.woff") format("woff");
}
