@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/Nunito-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/Nunito-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Quardratic';
    src: url('fonts/quardratic.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Muli';
    font-weight: normal;
    src: url('fonts/Muli-Regular.ttf');
}

@font-face {
    font-family: 'Learners';
    font-weight: normal;
    src: url('fonts/Letters\ for\ Learners.ttf');
}