/* Inter Font Family - Variable Font */
/* Supports weights: 100-900 */
/* Latin subset from Google Fonts */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./inter.woff2') format('woff2');
  font-feature-settings:
    'liga' 1,
    'calt' 1; /* Enable ligatures and contextual alternates */
}

/* Manrope Font Family - Variable Font */
/* Supports weights: 200-800 */
/* Latin subset from Google Fonts */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('./manrope.woff2') format('woff2');
}
