/*
 * 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;
}
