@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
  @font-face {
    font-family: 'GT Alpina';
    src: url('../assets/fonts/gt-alpina.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Calibre';
    src: url('../assets/fonts/calibre.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
}