@font-face {
  font-family: 'PP Agrandir';
  /* We need to keep the "+" in the font path for the font to load correctly. */
  src: url('https://cdn.everlywell.com/fonts/PP+Agrandir/PPAgrandir-Variable.woff2')
    format('woff2');
  font-style: normal;
  font-display: swap;
}
/* DM Sans */
/* Used for: Body copy, button copy and smaller sizes. */
@font-face {
  font-family: 'DM Sans';
  /* We need to keep the "<space>" in the font path for the font to load correctly. */
  src: url('https://cdn.everlywell.com/fonts/DM Sans/DMSans-Italic-VariableFont_opsz,wght.woff2')
    format('woff2');
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('https://cdn.everlywell.com/fonts/DM Sans/DMSans-VariableFont_opsz,wght.woff2')
    format('woff2');
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

/* DM Mono */
/* Used for: Body copy, button copy and smaller sizes. */
@font-face {
  font-family: 'DM Mono';
  src: url('https://cdn.everlywell.com/fonts/DM Mono/DMMono-Light.woff2')
    format('woff2');
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Mono';
  src: url('https://cdn.everlywell.com/fonts/DM Mono/DMMono-LightItalic.woff2')
    format('woff2');
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Mono';
  src: url('https://cdn.everlywell.com/fonts/DM Mono/DMMono-Regular.woff2')
    format('woff2');
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Mono';
  src: url('https://cdn.everlywell.com/fonts/DM Mono/DMMono-Italic.woff2')
    format('woff2');
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Mono';
  src: url('https://cdn.everlywell.com/fonts/DM Mono/DMMono-Medium.woff2')
    format('woff2');
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Mono';
  src: url('https://cdn.everlywell.com/fonts/DM Mono/DMMono-MediumItalic.woff2')
    format('woff2');
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
}
