/*
 * 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.
 */

/* SF Pro Rounded – self-hosted, WOFF2 only */
@font-face {
  font-family: "SF Pro Rounded";
  font-style: normal;
  font-weight: 400;
  /* Regular */
  font-display: swap;
  src: url("SF Pro Rounded Regular.woff2") format("woff2");
}

@font-face {
  font-family: "SF Pro Rounded";
  font-style: normal;
  font-weight: 500;
  /* Medium */
  font-display: swap;
  src: url("/assets/SF_Pro_Rounded_Medium-b7cc4d60.woff2") format("woff2");
}

@font-face {
  font-family: "SF Pro Rounded";
  font-style: normal;
  font-weight: 600;
  /* Semibold */
  font-display: swap;
  src: url("SF_Pro_Rounded_Semibold.woff2") format("woff2");
}

@font-face {
  font-family: "SF Pro Rounded";
  font-style: normal;
  font-weight: 700;
  /* Bold */
  font-display: swap;
  src: url("/assets/SF_Pro_Rounded_Bold-3501c00b.woff2") format("woff2");
}

/* Smooth scroll behavior for anchor links */
html {
  scroll-behavior: smooth;
}