@font-face {
    font-family:'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family:'Montserrat';
    src: url('../fonts/montserrat.ttf');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family:'DINCondensed-Bold';
    src: url('../fonts/DINCondensed-Bold.ttf');
    font-weight: 600;
    font-style: bold;
}
@font-face {
    font-family:'Helvetica';
    src: url('../fonts/Helvetica.ttf');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: "bootstrap-icons";
    src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
         url("../fonts/bootstrap-icons.woff") format("woff");
  } 