/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-image: url("https://64.media.tumblr.com/34ed14d3114b78db20082f3150576623/6bba3e26e94efb07-12/s400x600/73f1c598b6ed8a490d46216e5711e651acdf2890.gifv");
  background-color: #000000;
  font-family: "Goldman";
  font-size: 12px;
  color: #8a5fff;
  letter-spacing: 1px;
  line-height: 12px;
}

* {
  box-sizing: border-box;
}

section {
  display: block;
  width: 850px;
  height: 200px;
  margin: 20px auto;
  background: #000000;
}


/* TODO HEADING FORMATTING */
h1 {
  font-family: "Jacquard 24";
  color: #1e1c1f;
  font-size: 5em;
  text-align: center;
}

h2 {
  font-family: "Jersey 10";
  text-align: center;
  color: #1e1c1f;
  font-size: 4em;
}

h3 {
  font-family: "Jersey 10";
  text-align: center;
  color: #1e1c1f;
  font-size: 3em;
}

h4 {
  font-family: "Jersey 10";
  text-align: center;
  color: #1e1c1f;
  font-size: 2em;
}

/*REGULAR TEXT FORMATTING */
p {
  font-family: "Goldman";
  text-align: left;
  color: #ff0077;
  font-size: 1em;
  margin-top: 20px;
  margin-left: 20px;
}

/* FONTS */

/* jersey-10-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jersey 10";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/jersey-10-v3-latin-regular.woff2") format("woff2");
}

/* goldman-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Goldman";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/goldman-v20-latin-regular.woff2") format("woff2");
}

/* goldman-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Goldman";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/goldman-v20-latin-700.woff2") format("woff2");
}

/* geo-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Geo";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/geo-v22-latin-regular.woff2") format("woff2");
}

/* geo-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Geo";
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/geo-v22-latin-italic.woff2") format("woff2");
}

/* handjet-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Handjet";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/handjet-v21-latin-regular.woff2") format("woff2");
}

/* handjet-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Handjet";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/handjet-v21-latin-700.woff2") format("woff2");
}

/* handjet-800 - latin */
@font-face {
  font-display: swap;
  font-family: "Handjet";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/handjet-v21-latin-800.woff2") format("woff2");
}

/* handjet-900 - latin */
@font-face {
  font-display: swap;
  font-family: "Handjet";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/handjet-v21-latin-900.woff2") format("woff2");
}

/* jacquard-12-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Jacquard 12";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/jacquard-12-v7-latin-regular.woff2") format("woff2");
}

/* jacquard-24-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Jacquard 24";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/jacquard-24-v3-latin-regular.woff2") format("woff2");
}
