/* ===========================
   Self-hosted brand fonts
   ===========================
   MADE Mirage (headings) and Satoshi Regular (body/description text)
   are the licensed brand fonts, hosted locally rather than pulled from
   a CDN. Linked with a root-relative path so it works the same from
   any page depth (/aut/, /aut/forms/, /aut/admin/content/, etc).

   Satoshi's other weights (500/700/900, used for buttons/badges/bold
   UI text) still come from the Fontshare CDN link alongside this file -
   only the Regular weight was provided as a local file.
*/

@font-face {
    font-family: 'MADE Mirage';
    src: url('/aut/assets/fonts/MadeMirage-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('/aut/assets/fonts/Satoshi-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
