/* Self-hosted Ubuntu + Open Sans (latin subset, covers Irish fadas) to remove the
   Google Fonts round-trip and the font-swap flash on the hero / contact modal.
   Open Sans is a variable font, so one file covers weights 300-700. */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url('/fonts/open-sans-latin.woff2') format('woff2');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/ubuntu-latin-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/ubuntu-latin-700.woff2') format('woff2');
}
