/* DM Sans for the opt-in page and admin console. The full design system lives in
   the inline STYLE const in src/views.ts; this file only pulls the webfont and
   adds a couple of print niceties. */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400..700&display=swap");

@media print {
  .theme-toggle,
  .site-header nav {
    display: none;
  }
}
