* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
}

@font-face {
  font-family: 'Literata';
  src: url('/fonts/static/literata/Literata-VariableFont_opsz,wght.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'Literata';
  src: url('/fonts/static/literata/Literata-VariableFont_opsz,wght.ttf') format('truetype');
  font-style: italic;
}

body {
  font-family: 'Literata', serif;
  padding: 2rem;
  background: #f5f2ec;
  color: #1a1a18;
}

header {
  text-align: center;
  margin-bottom: 2rem;
}

nav {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 0.5rem;

}

nav a {
  text-decoration: none;
}

::selection {
  background: #8ec8e5;
  color: #f559b2;
}

@media (max-width: 768px) {
  main {
    max-width: 100%;
  }
}

a {
  color: inherit;
  color: #29aae9;
  text-decoration-color: #f01b94;
}

:root {
  --cover-width: 200px;
}
