/* Self-hosted Inter font declarations (place woff2 files in ../fonts/) */
/* Keeps Google Fonts fallback in pages until files are present. */

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

/* Inter Semibold 600 */
@font-face {
  font-family: 'Inter';
  src: local('Inter SemiBold'), local('Inter-SemiBold'),
       url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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