@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "UTM Americana";
  src: url("./fonts/UTM-Americana/UTM Americana.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "UTM Americana";
  src: url("./fonts/UTM-Americana/UTM AmericanaB.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "UTM Americana";
  src: url("./fonts/UTM-Americana/UTM AmericanaBEx.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "UTM Americana";
  src: url("./fonts/UTM-Americana/UTM AmericanaItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}


@font-face {
    font-family: 'UTM Essendine';
    src: url('./fonts/UTMEssendineCapsBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Essendine';
    src: url('./fonts/UTMEssendineCaps.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVNNight';
    src: url('./fonts/SVN-NightWindSentRegul.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: "NVN Motherland Signature";
  src: url("./fonts/NVN-Motherland-Signature.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html, body {
  font-family: "Be Vietnam Pro", sans-serif;
}