/* Self-hosted Inter for the standalone console mockups. These pages are served raw from
   public/console/ (outside the Vite graph), so they cannot share the shop's app-wide @font-face
   from assets/css/tailwind.css and must load the font themselves. Linked by every preview.html;
   the browser caches the single font URL across the five iframes. */
@font-face {
    font-family: 'Inter';
    src: url('../_fonts/Inter.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}
