/* Action Grotesque (Commercial Type) — self-hosted, Lizenz 2609-AOWGBU.
   Upright/Italic sind Variable Fonts (Thin 100 bis Heavy 900).
   "Regular No 2" ist ein eigener statischer Schnitt (Figma nutzt ihn als Fließtext). */
@font-face {
  font-family: 'Action Grotesque';
  src: url('../fonts/ActionGrotesqueUpright-VF-Web.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Action Grotesque';
  src: url('../fonts/ActionGrotesqueItalic-VF-Web.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Action Grotesque No2';
  src: url('../fonts/ActionGrotesque-RegularNo2-Web.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Action Grotesque No2';
  src: url('../fonts/ActionGrotesque-RegularNo2Italic-Web.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
