/* Shared Attaché brand — fonts and @font-face rules.
   Load brand/tokens.css and brand/lockup.css via <link> in HTML (not @import)
   so Safari and Cloudflare don't depend on a fragile nested CSS fetch chain. */

@font-face {
  font-family: "Degular Display";
  src: url("/fonts/DegularDisplay-500.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Degular Display";
  src: url("/fonts/DegularDisplay-600.woff2") format("woff2");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
