html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Big Shoulders Text";
  src: url("/fonts/BigShouldersText/BigShouldersText-Light.ttf");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Big Shoulders Text";
  src: url("/fonts/BigShouldersText/BigShouldersText-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Big Shoulders Text";
  src: url("/fonts/BigShouldersText/BigShouldersText-SemiBold.ttf");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Big Shoulders Text";
  src: url("/fonts/BigShouldersText/BigShouldersText-Medium.ttf");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Big Shoulders Text";
  src: url("/fonts/BigShouldersText/BigShouldersText-SemiBold.ttf");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Big Shoulders Text";
  src: url("/fonts/BigShouldersText/BigShouldersText-Bold.ttf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Bigshot One";
  src: url("/fonts/BigshotOne/BigshotOne-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Fredericka the Great";
  src: url("/fonts/FrederickatheGreat/FrederickatheGreat-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Pacifico";
  src: url("/fonts/Pacifico/Pacifico-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

