﻿/*Tipografia*/
@font-face {
    font-family: "NexaBook";
    src: url(/css/gse/Nexa-Book.otf) format("truetype");
}

.customfont {
    font-family: "NexaBook", NexaBook;
}

body {
    font-family: NexaBook;
}
