@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600&family=Jost:ital,wght@0,300;0,400;0,500&display=swap');

@font-face {
  font-family: 'Bonita';
  src: url('../assets/fonts/BONITA.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alta';
  src: url('../assets/fonts/ALTA-REGULAR.OTF') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bodrumsans';
  src: url('../assets/fonts/BODRUMSANS-13LIGHT.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bodrumsans';
  src: url('../assets/fonts/BODRUMSANS-13LIGHTITALIC.TTF') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
