/*---------------------------------------------------------------Original Launch font-face*/

@font-face {
  font-family:'Raleway';
  src: url('originallaunchfont/Raleway-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Raleway-thin';
  src: url('originallaunchfont/Raleway-Thin.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'Raleway-semi';
  src: url('originallaunchfont/Raleway-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'Raleway-bold';
  src: url('originallaunchfont/Raleway-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family:'Raleway-extra';
  src: url('originallaunchfont/Raleway-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}




/*---------------------------------------------------------------2021 font-face*/

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

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

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

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

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

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