/*
 * Inter variable font – self-hosted.
 *
 * Download the full Inter variable font package from https://rsms.me/inter/
 * and place the .woff2 files in this directory alongside this CSS file.
 *
 * Example @font-face declaration (fill in the actual filenames after download):
 *
 * @font-face {
 *   font-family: 'Inter';
 *   font-style: normal;
 *   font-weight: 100 900;
 *   font-display: swap;
 *   src: url('Inter-roman.var.woff2') format('woff2');
 * }
 *
 * @font-face {
 *   font-family: 'Inter';
 *   font-style: italic;
 *   font-weight: 100 900;
 *   font-display: swap;
 *   src: url('Inter-italic.var.woff2') format('woff2');
 * }
 */
