@font-face {
  font-family: 'Grift';
  src: url('../fonts/custom/Web-TT/Grift-Regular.woff2') format('woff2'),
       url('../fonts/custom/Web-TT/Grift-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/custom/Web-TT/Grift-Bold.woff2') format('woff2'),
       url('../fonts/custom/Web-TT/Grift-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-primary: 'Grift', sans-serif;
}

body {
  font-family: var(--font-primary);
}
