/**
 * Local Font Faces - Pay My Super Theme
 *
 * Fonts loaded from theme assets. DM Sans and Poppins from /fonts folder.
 * Source Code Pro continues to load from Google Fonts (not in local fonts).
 *
 * @package PayMySuper
 */

/* DM Sans - Body text */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/dm_sans/DMSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/dm_sans/DMSans-Bold.ttf') format('truetype');
}

/* Poppins - Headings */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
}
