@font-face
{
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Poppins-Regular.ttf');
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face
{
    font-family: 'Yellow Tail';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Yellowtail-Regular.ttf');
    src: url('../fonts/Yellowtail-Regular.ttf') format('truetype');
}