:root {
  --black: rgba(0, 0, 0, 0.90);
  --white: rgba(255, 255, 255, 0.9);
  --pink: rgba(255, 0, 255, 0.15);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

::selection {
  color: white;
  background: rgba(235, 94, 74, 0.75);
}

* {
  margin: 0;
}

body {
  width: 100%;
  min-height: 100dvh;
  background: #eee;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  overflow-wrap: break-word;
  font-family: Helvetica, sans-serif;
  font-size: 1.4rem;
}

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

strong {
  font-weight: 500;
}

a {
  text-decoration: none;
  transition: all 200ms ease;
}

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

.temp-home {
  width: 100%;
  height: 100vh;
  padding: 4em;
}
.temp-home p {
  max-width: 30em;
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #777;
}
.temp-home p em {
  font-style: normal;
  color: #333;
}

/*# sourceMappingURL=styles.css.map */