@import "resets/normalize.css";
@import url("https://use.typekit.net/luj8qgx.css");
*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

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

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
  font-weight: inherit;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

input {
  font-weight: inherit;
}

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

input {
  border-radius: 0;
}

code, pre {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
}

html {
  font-size: 1px;
}

* {
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 18rem;
  font-family: "maregraphe-variable", sans-serif;
  font-variation-settings: "wght" 100, "opsz" 56;
  font-style: normal;
}
@media (min-width: 821px) {
  body {
    font-size: 22rem;
  }
}

.large {
  font-size: 40rem;
}
@media (min-width: 821px) {
  .large {
    font-size: 90rem;
  }
}

::-moz-selection {
  background-color: #8EFAAE;
}

::selection {
  background-color: #8EFAAE;
}

body {
  background: var(--col-dark);
  color: var(--col-light);
}

body.home {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
}
body.home figure {
  text-align: center;
}
body.home figure svg {
  transition: transform 1.5s;
  width: 50vh;
}
body.home figure svg:hover {
  transform: rotate(360deg);
}
body.home figure svg path {
  fill: var(--col-light);
}
body.home figure svg circle {
  stroke: var(--col-light);
}
body.home figure figcaption {
  color: var(--col-headline);
  margin-top: 50rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-size: 50rem;
}
@media (min-width: 821px) {
  body.home figure figcaption {
    font-size: 13vw;
    margin-top: 75rem;
    transition: all 0.5s ease-in-out;
  }
  body.home figure figcaption:hover {
    font-variation-settings: "wght" 900, "opsz" 6;
  }
}
@media (min-width: 1241px) {
  body.home figure figcaption {
    font-size: 200rem;
  }
}/*# sourceMappingURL=index.css.map */