@charset "UTF-8";

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-style: bold;
    font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url(../fonts/SVN-Poppins-Bold.ttf);
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/SVN-Poppins-Medium.ttf);
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/SVN-Poppins-Regular.ttf);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/SVN-Poppins-Light.ttf);
  font-weight: 400;
  font-display: swap;
}