@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
}