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

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

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

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

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

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

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

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