/*
   Poppins, served from assets/fonts - the app's UI font (see --font-family in app/variables.css).

   Latin subset only (covers Spanish, accents and ñ included), one static file per weight since
   Poppins has no variable version. Licensed under the SIL Open Font License, see assets/fonts/OFL-poppins.txt.
   The landing keeps its own copy in landing/fonts, as it is served from a different root.
*/
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../../fonts/poppins-300-ZrVH2EM.woff2") format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../../fonts/poppins-400-heQdAz3.woff2") format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../../fonts/poppins-500-AuPgurU.woff2") format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../../fonts/poppins-600-RV1hfMj.woff2") format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../../fonts/poppins-700-5ePuYxR.woff2") format('woff2');
}
