/*------------------------------------*\
    FONTS
    Fonts used on pittville.co.uk:
    - Newsreader         -> Google Fonts (headings)
    - Inter              -> Google Fonts (body)
    - Typekit set -> turbinado-pro, zooja-pro, zooja-elements-and-borders,
                     inter-tight-variable (enqueued via use.typekit.net)
    - nuvocons    -> self-hosted icon font (declared below)
\*------------------------------------*/

/* nuvocons - self-hosted icon font */
@font-face {
    font-display: swap;
    font-family: 'nuvocons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nuvocons.woff') format('woff'),
         url('../fonts/nuvocons.ttf') format('truetype');
}


/*------------------------------------*\
    UTILITY CLASSES
\*------------------------------------*/

.font-inter-body { font-family: 'Inter', system-ui, sans-serif; }
.font-newsreader { font-family: 'Newsreader', Georgia, serif; }
.font-turbinado { font-family: 'turbinado-pro', cursive; }
.font-zooja     { font-family: 'zooja-pro', cursive; }
.font-inter     { font-family: 'inter-tight-variable', sans-serif; }
.font-nuvocons  { font-family: 'nuvocons'; font-weight: normal; font-style: normal; line-height: 1; }
