@font-face {
  font-family: 'TWKGhost';
  src: url('./TWKGhost-Regular.ttf') format('truetype'),
       url('./TWKGhost-Regular.woff') format('woff'),
       url('./TWKGhost-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-serif: 'TWKGhost', sans-serif;
}