/* Poppins web font — shared across all screens. Served from /assets/fonts/. */
@font-face {
  font-family: 'Poppins';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url(/assets/fonts/Poppins-Black-subset.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  src: url(/assets/fonts/Poppins-BlackItalic-subset.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(/assets/fonts/Poppins-Bold-subset.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url(/assets/fonts/Poppins-BoldItalic-subset.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(/assets/fonts/Poppins-SemiBold-subset.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: url(/assets/fonts/Poppins-SemiBoldItalic-subset.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(/assets/fonts/Poppins-Medium-subset.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url(/assets/fonts/Poppins-MediumItalic-subset.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(/assets/fonts/Poppins-Regular-subset.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url(/assets/fonts/Poppins-Italic-subset.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(/assets/fonts/Poppins-Light-subset.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url(/assets/fonts/Poppins-LightItalic-subset.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url(/assets/fonts/Poppins-Thin-subset.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 100;
  font-style: italic;
  font-display: swap;
  src: url(/assets/fonts/Poppins-ThinItalic-subset.woff2) format('woff2');
}
