/*
 * Self-hosted Inter font definition
 * This file allows the site to load the Inter font locally,
 * ensuring accessibility for all users, including those in regions
 * where Google Fonts may be blocked.
 *
 * Font files should be placed in the ../fonts/ directory.
 */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400; /* regular */
  font-display: swap;
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700; /* bold */
  font-display: swap;
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
}