/* Inter Font - Regular (Latin + Latin Extended for Czech characters) */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/inter-v20-latin_latin-ext-regular.woff2') format('woff2');
}

/* Inter Font - Bold (Latin + Latin Extended for Czech characters) */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/inter-v20-latin_latin-ext-600.woff2') format('woff2');
}
