﻿@font-face {
    font-family: 'Nunito';
    src: url('/Fonts/Nunito/Nunito-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('/Fonts/Nunito/Nunito-ExtraBold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Nunito';
    src: url('/Fonts/Nunito/Nunito-Italic.ttf');
    font-style: italic;
}

body {
    font-family: Nunito;
}
