/* Rodan + Fields brand faces, self-hosted (no CDN/network dependencies).
 * WOFF2 files are latin-subset builds of the client-provided OTFs.
 * Hierarchy per brand guidelines: DIN 2014 Demi for headlines/brand
 * moments, DIN 2014 Narrow Light for body copy, DIN 2014 Regular for
 * small utility text, TT Ramillas Italic as the editorial accent. */

@font-face {
  font-family: "DIN 2014";
  src: url("/assets/fonts/DIN2014-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN 2014";
  src: url("/assets/fonts/DIN2014-Demi.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN 2014 Narrow";
  src: url("/assets/fonts/DIN2014-NarrowLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Ramillas";
  src: url("/assets/fonts/TTRamillas-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
