@font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 300;
    src: local('SVN-Poppins Light'), url('./SVN-PoppinsLight.ttf') format("truetype");

}

@font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('SVN-Poppins Regular'), url('./SVN-PoppinsRegular.ttf') format("truetype");
}

@font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 500;
    src: local('SVN-Poppins Medium'), url('./SVN-PoppinsMedium.ttf') format("truetype");
}


@font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 600;
    src: local('SVN-Poppins SemiBold'), url('./SVN-PoppinsSemiBold.ttf') format("truetype");
}

@font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 700;
    src: local('SVN-Poppins Bold'), url('./SVN-PoppinsBold.ttf') format("truetype");
}
