
/*../FONTS IMPORT*/
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff2") format("ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Italic.woff") format("woff"), /* Modern Browsers */
      url("../fonts/Poppins-Italic.woff2") format("woff2"),
      url("../fonts/Poppins-Italic.woff2") format("ttf");
    font-weight: normal;
    font-style: italic;
  }

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Bold.woff") format("woff"), /* Modern Browsers */
        url("../fonts/Poppins-Bold.woff2") format("woff2"),
        url("../fonts/Poppins-Bold.woff2") format("ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Italic.woff") format("woff"), /* Modern Browsers */
        url("../fonts/Poppins-Italic.woff2") format("woff2"),
        url("../fonts/Poppins-Italic.woff2") format("ttf");
    font-weight: 700;
    font-style: italic;
}

html,body{
    font-family: 'Poppins', sans-serif;
}