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

:root {
  --color-bg: #ffefd6;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  min-height: 100vh;
  background-color: var(--color-bg);
  color: #303030;
}

h1 {
  font-family: 'Fascinate';
}
