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

/*
 * Base styles for this preview app only, so Lookbook previews match how
 * components actually look once dropped into a consumer app (e.g. barbican),
 * which sets these globally via Tailwind preflight + its own font-face rules.
 * Consumer apps are expected to keep providing this themselves — it isn't
 * part of the component library's own stylesheets.
 */

@font-face {
  font-family: "Untitled Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/untitled-sans-regular-67aa84de.woff2") format("woff2");
}

@font-face {
  font-family: "Untitled Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/untitled-sans-medium-b71c41c7.woff2") format("woff2");
}

@font-face {
  font-family: "Untitled Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/untitled-sans-regular-italic-ea2e262d.woff2") format("woff2");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Untitled Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-font-smoothing: antialiased;
}
