/* ADSS self-hosted web fonts for the Secure forms site — no Google/Adobe
   dependency. Loaded document-level via the site Head Markup:
   <link rel="stylesheet" href="/sfsites/c/resource/adssFonts/fonts.css">

   Manrope  -> headings, eyebrows, section titles, buttons (--font-head)
   Proxima Nova -> body copy, inputs, labels (--font-body) */

/* Manrope variable font (weight axis 200–800) */
@font-face {
    font-family: 'Manrope';
    src: url('/sfsites/c/resource/adssFonts/manrope.ttf') format('truetype');
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}

/* Proxima Nova (regular; bold weights browser-synthesised) */
@font-face {
    font-family: 'proxima-nova';
    src: url('/sfsites/c/resource/adssFonts/proximanova.otf') format('opentype');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}
