@font-face {
    font-family: "DM Sans";
    font-weight: 500 ;
    font-style: normal;
    font-display: swap;
    src: url("fonts/dm-sans/dmsans-variablefont.ttf") format(opentype) tech(variations),
         url("fonts/dm-sans/dmsans-variablefont.ttf") format("opentype-variations");
}

@font-face {
    font-family: "DM Sans";
    font-weight: 500 ;
    font-style: italic;
    font-display: swap;
    src: url("fonts/dm-sans/dmsans-italic-variablefont.ttf") format(opentype) tech(variations),
         url("fonts/dm-sans/dmsans-italic-variablefont.ttf") format("opentype-variations");
}

@font-face{
  font-family: "Avara";
  src: url("fonts/avara/Avara-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "Avara";
  src: url("fonts/avara/Avara-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face{
  font-family: "Avara";
  src: url("fonts/avara/Avara-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "Xanh mono";
  src: url("fonts/xanh/XanhMono-Regular.woff2") format("woff2"),
    url("fonts/xanh/XanhMono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "Xanh mono";
  src: url("fonts/xanh/XanhMono-Italic.woff2") format("woff2"),
    url("fonts/xanh/XanhMono-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}