/* Ebioro brand typeface — Aeonik (CoType Foundry), Light + Regular only.
   Font files live in /fonts; url() is resolved relative to THIS file, so the
   same stylesheet works from root pages and /en/ pages (host-agnostic). */
@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/aeonik-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/aeonik-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
