
/*****
	Font: DM Sans
*****/

/* Regular */

@font-face {
  font-family: 'dm-sans';
  src: url('../fonts/DMSans-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dm-sans';
  src: url('../fonts/DMSans-Italic.ttf');
  font-weight: normal;
  font-style: italic;
}

/* Medium */

@font-face {
  font-family: 'dm-sans';
  src: url('../fonts/DMSans-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'dm-sans';
  src: url('../fonts/DMSans-MediumItalic.ttf');
  font-weight: 500;
  font-style: italic;
}

/* Bold */

@font-face {
  font-family: 'dm-sans';
  src: url('../fonts/DMSans-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'dm-sans';
  src: url('../fonts/DMSans-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
