@font-face {
  font-family: 'DELIRIUM';
  src: url('./fonts/DELIRIUM NCV.ttf') format('.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DELIRIUM NEON';
  src: url('./fonts/DELIRIUM NEON NCV.ttf') format('.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

:root {
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Inter', system-ui, sans-serif; /* example body font */
}