/* Local font setup for TravelGel.ru
   IMPORTANT: place the font files into /assets/fonts/ with the exact names below.
   This file lets the site use local fonts instead of Google Fonts.
*/
@font-face{
  font-family:'Inter';
  src:url('fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Inter';
  src:url('fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight:100 900;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:'Montserrat';
  src:url('fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Montserrat';
  src:url('fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight:100 900;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:'Prata';
  src:url('fonts/Prata-Regular.ttf') format('truetype');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Playfair Display';
  src:url('fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight:400 900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Playfair Display';
  src:url('fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight:400 900;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:'Manrope';
  src:url('fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight:200 800;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Cormorant Garamond';
  src:url('fonts/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
  font-weight:300 700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Cormorant Garamond';
  src:url('fonts/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight:300 700;
  font-style:italic;
  font-display:swap;
}
