/**
 * Shared From Collette brand fonts.
 * Served from the apex origin (e.g. https://fromcollette.com/brand/fonts.css)
 * so subdomain shells and sibling apps hit the same cacheable URLs.
 * Paths are root-absolute so they resolve against the stylesheet origin (apex).
 */

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/brand/fonts/fraunces-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("/brand/fonts/fraunces-latin-600-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/brand/fonts/quicksand-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("/brand/fonts/quicksand-latin-500-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("/brand/fonts/quicksand-latin-600-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/brand/fonts/quicksand-latin-700-normal.woff2") format("woff2");
}
