/* eco3 webfonts.
 *
 * Two faces:
 *   - "eco3-heading" for display/headline text
 *   - "eco3-body"    for regular running text
 *
 * The install wizard places the uploaded font files at the URLs below.
 * Multiple formats are listed so the browser uses whichever was uploaded;
 * missing variants fall through silently.
 */

@font-face {
    font-family: 'eco3-heading';
    src: url('../fonts/eco3-heading.woff2') format('woff2'),
         url('../fonts/eco3-heading.woff')  format('woff'),
         url('../fonts/eco3-heading.ttf')   format('truetype'),
         url('../fonts/eco3-heading.otf')   format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'eco3-body';
    src: url('../fonts/eco3-body.woff2') format('woff2'),
         url('../fonts/eco3-body.woff')  format('woff'),
         url('../fonts/eco3-body.ttf')   format('truetype'),
         url('../fonts/eco3-body.otf')   format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
