@font-face {
  font-family: Inter;
  src: url('/assets/style/Inter.ttf') format('truetype');
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: inherit;
  font-family: Inter,Arial,sans-serif;
  font-weight: inherit;
  line-height: 120%;
  outline: none;
  accent-color: #000;
}

body {
  min-height: 100vh;
}

.highlight {
  background-color: rgb(252, 246, 196);
}

p:hover .highlight {
  background-color: #686868;
}
