/*
 * Application styles. Fonts are imported via the Tailwind entry so they're
 * available at the same cascade layer as the theme tokens.
 */

a { text-decoration: none; }

dialog {
  position: fixed;
  inset: 0;
  margin: auto;
  border: none;
  padding: 0;
  background: transparent;
  max-width: 90vw;
  max-height: 90vh;
  overflow: visible;
}

dialog::backdrop {
  background: rgba(28, 26, 15, 0.82);
  backdrop-filter: blur(2px);
}
