/* assets/fonts-local.css */
/* Inter (variable, latin subset) */
@font-face{
  font-family: 'Inter';
  src: url('./fonts/Inter-Variable.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/* Material Symbols Rounded (icon font — variable) */
@font-face{
  font-family: 'Material Symbols Rounded';
  src: url('./fonts/material-symbols-rounded.woff2') format('woff2');
  font-weight: 100 700;
  font-style: normal;
  font-display: block;
}