/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* === Custom Fonts ===
 * Declared here (not in Tailwind source) so Propshaft rewrites
 * url() paths to digested asset URLs. Use logical paths (filenames
 * only) — Propshaft resolves across all asset load paths.
 */

@font-face {
  font-family: 'Satoshi';
  src: url("/assets/Satoshi-Variable-0513381f.woff2") format('woff2'),
       url("/assets/Satoshi-Variable-cd170a9d.woff") format('woff');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url("/assets/Satoshi-VariableItalic-7955f7fb.woff2") format('woff2'),
       url("/assets/Satoshi-VariableItalic-3a69aa0d.woff") format('woff');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'JetBrains Mono';
  src: url("/assets/JetBrainsMono-Regular-310ed802.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'JetBrains Mono';
  src: url("/assets/JetBrainsMono-Medium-4c06e7a1.woff2") format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'JetBrains Mono';
  src: url("/assets/JetBrainsMono-MediumItalic-65b33479.woff2") format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}


/* meridian-7hxq.14 — View Transitions for the contextual panel sheet.
 * Browser-progressive enhancement: Chromium/Safari render a crossfade when
 * panel-state#trigger wraps openPanel in document.startViewTransition.
 * Firefox falls through to the existing Tailwind slide-in (no API support,
 * no penalty). prefers-reduced-motion users see no transition either way —
 * the panel just appears. Tighter 180ms keeps the morph crisp.
 */
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 180ms;
  animation-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none;
  }
}
