/* schibsted-grotesk-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: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/schibsted-grotesk-v2-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/schibsted-grotesk-v2-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* schibsted-grotesk-800italic - 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: 'Schibsted Grotesk';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/schibsted-grotesk-v2-latin-800italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/schibsted-grotesk-v2-latin-800italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* schibsted-grotesk-900 - 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: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/schibsted-grotesk-v2-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/schibsted-grotesk-v2-latin-900.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* schibsted-grotesk-900italic - 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: 'Schibsted Grotesk';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/schibsted-grotesk-v2-latin-900italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/schibsted-grotesk-v2-latin-900italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
    background: #000;
}

#name {
    width: 100%;
    height: auto%;
}
h1 {
    font-family: 'Schibsted Grotesk';
    font-weight: 800;
    font-style: italic;
    font-size: 12em;
    color: #fff;
    line-height: 0.8em;
    margin: 0;
}
p {
    font-family: 'Schibsted Grotesk';
    font-weight: 400;
    color: #ff0088;
    font-size: 2em;
    line-height: 0.2em;
}