/*
 * Inter web font (local bundle).
 *
 * To avoid an external dependency, drop Inter .woff2 files into assets/fonts/
 * and uncomment the @font-face blocks below. Until then this file only sets a
 * sensible system fallback stack, and the "Load web font" setting can stay off.
 *
 * @font-face {
 *   font-family: 'Inter';
 *   font-style: normal;
 *   font-weight: 400;
 *   font-display: swap;
 *   src: url('../fonts/Inter-Regular.woff2') format('woff2');
 * }
 * @font-face {
 *   font-family: 'Inter';
 *   font-style: normal;
 *   font-weight: 600;
 *   font-display: swap;
 *   src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
 * }
 * @font-face {
 *   font-family: 'Inter';
 *   font-style: normal;
 *   font-weight: 700;
 *   font-display: swap;
 *   src: url('../fonts/Inter-Bold.woff2') format('woff2');
 * }
 */
