@font-face {
    font-family: "DMSans";
    src: url("../font/DM_Sans/DMSans-Regular.ttf") format("truetype"),
        url("../font/DM_Sans/DMSans-Regular.woff") format("woff"),
        url("../font/DM_Sans/DMSans-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "DMSans";
    src: url("../font/DM_Sans/DMSans-Italic.ttf") format("truetype"),
        url("../font/DM_Sans/DMSans-Italic.woff") format("woff"),
        url("../font/DM_Sans/DMSans-Italic.woff2") format("woff2");
    font-weight: normal;
    font-style: italic;
  }
  
  @font-face {
    font-family: "DMSans";
    src: url("../font/DM_Sans/DMSans-Bold.ttf") format("truetype"),
        url("../font/DM_Sans/DMSans-Bold.woff") format("woff"),
        url("../font/DM_Sans/DMSans-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: "DMSans";
    src: url("../font/DM_Sans/DMSans-BoldItalic.ttf") format("truetype"),
        url("../font/DM_Sans/DMSans-BoldItalic.woff") format("woff"),
        url("../font/DM_Sans/DMSans-BoldItalic.woff2") format("woff2");
    font-weight: bold;
    font-style: italic;
  }

  /* LATO */
  @font-face {
    font-family: "Lato";
    src: url("../font/Lato/Lato-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Lato";
    src: url("../font/Lato/Lato-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
  }
  @font-face {
    font-family: "Lato";
    src: url("../font/Lato/Lato-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
  }
  @font-face {
    font-family: "Lato";
    src: url("../font/Lato/Lato-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
  }
