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

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

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

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

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

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

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

@font-face {
  font-family: 'Rasa';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Rasa-BoldItalic.ttf') format('truetype');
}

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

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

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/Rasa-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/Rasa-BlackItalic.ttf') format('truetype');
} */
