@font-face {
    font-family: 'Inter'; /* Name your font family */
    src: url('../Fonts/Inter/static/Inter-Regular.ttf'); /* Locate the .ttf file within your directory*/
}

@font-face {
    font-family: 'Lato';
    src: url('../Fonts/Lato/Lato-Regular.ttf');
}
