@import url("style-fonts.css");

@font-face {
    font-family: 'SVN-POPPINS';
    font-style: bold;
    font-display: swap;

    src: url("../fonts/SVN-POPPINS-EXTRABOLD.TTF") format("truetype");
}
@font-face {
    font-family: 'SVN-POPPINS';
    src: url("../fonts/SVN-POPPINS-REGULAR.TTF") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'SVN-POPPINS';
    src: url("../fonts/SVN-POPPINS-BOLD.TTF") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}