
@font-face {
    font-family: 'SVN Poppins';
    src: url('fonts/SVN-Poppins Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SVN Poppins';
    src: url('fonts/SVN-Poppins Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SVN Poppins';
    src: url('fonts/SVN-Poppins Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SVN Poppins';
    src: url('fonts/SVN-Poppins SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'SVN Poppins', sans-serif;
}
