/* ============================================================
   AEONIK — site-wide typeface.
   Self-hosted static faces. Legacy ql-font-* class names still
   map here so older CMS markup renders in Aeonik. Legacy family
   values are normalized by the CMS/runtime instead of registering
   a second public font family.
   ============================================================ */

@font-face {
  font-family: "Aeonik";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/assets/fonts/Aeonik/Aeonik-Air.woff2") format("woff2"),
       url("/assets/fonts/Aeonik/Aeonik-Air.ttf") format("truetype");
}
@font-face {
  font-family: "Aeonik";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/assets/fonts/Aeonik/Aeonik-Thin.woff2") format("woff2"),
       url("/assets/fonts/Aeonik/Aeonik-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Aeonik";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/fonts/Aeonik/Aeonik-Light.woff2") format("woff2"),
       url("/assets/fonts/Aeonik/Aeonik-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Aeonik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/Aeonik/Aeonik-Regular.woff2") format("woff2"),
       url("/assets/fonts/Aeonik/Aeonik-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Aeonik";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/Aeonik/Aeonik-Medium.woff2") format("woff2"),
       url("/assets/fonts/Aeonik/Aeonik-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Aeonik";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/Aeonik/Aeonik-Medium.woff2") format("woff2"),
       url("/assets/fonts/Aeonik/Aeonik-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Aeonik";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/Aeonik/Aeonik-Bold.woff2") format("woff2"),
       url("/assets/fonts/Aeonik/Aeonik-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Aeonik";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/fonts/Aeonik/Aeonik-Black.woff2") format("woff2"),
       url("/assets/fonts/Aeonik/Aeonik-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Aeonik";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/fonts/Aeonik/Aeonik-Black.woff2") format("woff2"),
       url("/assets/fonts/Aeonik/Aeonik-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Aeonik";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("/assets/fonts/Aeonik/Aeonik-AirItalic.woff2") format("woff2"),
       url("/assets/fonts/Aeonik/Aeonik-AirItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Aeonik";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("/assets/fonts/Aeonik/Aeonik-ThinItalic.woff2") format("woff2"),
       url("/assets/fonts/Aeonik/Aeonik-ThinItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Aeonik";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/fonts/Aeonik/Aeonik-LightItalic.woff2") format("woff2"),
       url("/assets/fonts/Aeonik/Aeonik-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Aeonik";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/Aeonik/Aeonik-RegularItalic.woff2") format("woff2"),
       url("/assets/fonts/Aeonik/Aeonik-RegularItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Aeonik";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/Aeonik/Aeonik-MediumItalic.woff2") format("woff2"),
       url("/assets/fonts/Aeonik/Aeonik-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Aeonik";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/Aeonik/Aeonik-BoldItalic.woff2") format("woff2"),
       url("/assets/fonts/Aeonik/Aeonik-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Aeonik";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/fonts/Aeonik/Aeonik-BlackItalic.woff2") format("woff2"),
       url("/assets/fonts/Aeonik/Aeonik-BlackItalic.ttf") format("truetype");
}

/* Rich-text weight stops selectable in the CMS font picker. */
.ql-font-aeonik { font-family: "Aeonik", sans-serif; font-weight: 400; }
.ql-font-aeonik-medium { font-family: "Aeonik", sans-serif; font-weight: 500; }
.ql-font-aeonik-bold { font-family: "Aeonik", sans-serif; font-weight: 700; }

/* Legacy class names → Aeonik (closest weight). */
.ql-font-cabinet-grotesk-regular { font-family: "Aeonik", sans-serif; font-weight: 400; }
.ql-font-cabinet-grotesk-medium { font-family: "Aeonik", sans-serif; font-weight: 500; }
.ql-font-cabinet-grotesk-bold { font-family: "Aeonik", sans-serif; font-weight: 700; }
.ql-font-cabinet-grotesk-extrabold { font-family: "Aeonik", sans-serif; font-weight: 900; }
.ql-font-cabinet-grotesk-black { font-family: "Aeonik", sans-serif; font-weight: 900; }

.ql-font-melodrama-light { font-family: "Aeonik", sans-serif; font-weight: 300; }
.ql-font-melodrama-regular { font-family: "Aeonik", sans-serif; font-weight: 400; }
.ql-font-melodrama-medium { font-family: "Aeonik", sans-serif; font-weight: 500; }
.ql-font-melodrama-semibold { font-family: "Aeonik", sans-serif; font-weight: 700; }
.ql-font-melodrama-bold { font-family: "Aeonik", sans-serif; font-weight: 700; }
.ql-font-bebas-neue { font-family: "Aeonik", sans-serif; font-weight: 400; }

.ql-font-dm-sans-extralight { font-family: "Aeonik", sans-serif; font-weight: 200; }
.ql-font-dm-sans-light { font-family: "Aeonik", sans-serif; font-weight: 300; }
.ql-font-dm-sans { font-family: "Aeonik", sans-serif; font-weight: 400; }
.ql-font-dm-sans-medium { font-family: "Aeonik", sans-serif; font-weight: 500; }
.ql-font-dm-sans-semibold { font-family: "Aeonik", sans-serif; font-weight: 600; }
.ql-font-dm-sans-bold { font-family: "Aeonik", sans-serif; font-weight: 700; }
.ql-font-dm-sans-extrabold { font-family: "Aeonik", sans-serif; font-weight: 800; }
.ql-font-dm-sans-black { font-family: "Aeonik", sans-serif; font-weight: 900; }
