@font-face {
  font-family: 'CabinetGrotesk-Variable';
  src: url('../font/CabinetGrotesk-Variable.ttf') format('truetype');
  font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi-Variable';
  src: url('../font/Satoshi-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak-Black';
  src: url('../font/Zodiak-Black.woff2') format('woff2'),
       url('../font/Zodiak-Black.woff') format('woff'),
       url('../font/Zodiak-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Zodiak-Bold';
  src: url('../font/Zodiak-Bold.woff2') format('woff2'),
       url('../font/Zodiak-Bold.woff') format('woff'),
       url('../font/Zodiak-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}