/* ============================
   DM Sans
============================ */

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

/* DM Sans Italic 400 */
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/ttf/dmsans/DMSans-Italic.ttf') format('truetype');
}

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