* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100vh;
}

/* Smooth scroll for in-page anchors */
html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'Tenada';
  src: url('/public/fonts/Tenada.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Good Times';
  src: url('/public/fonts/Good\ Times.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
