/**
 * G-SMASH V2 - Font Face Declarations
 * DM Sans Font Family
 */

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

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

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