@font-face {
  font-family: 'NicoClean';
  src: url('../assets/fonts/NicoClean-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── Show/hide by breakpoint ── */
#desktop-view { display: none; }
#mobile-view  { display: none; }
