@font-face {
    font-family: "Century Gothic Pro Regular";
    src: url(/assets/fonts/century-gothic-pro-regular.otf);
}
@font-face {
    font-family: "Century Gothic Pro Bold";
    src: url(/assets/fonts/century-gothic-pro-bold.otf);
}
@font-face {
    font-family: "Della Gothic One";
    src: url(/assets/fonts/dela-gothic-one-regular.ttf);
}
@font-face {
    font-family: "Lato";
    src: url(/assets/fonts/lato-regular.ttf);
}


.gothic-reg{
    font-family: "Century Gothic Pro Regular";
}
.gothic-bold{
    font-family: "Century Gothic Pro Bold";
}
.della{
    font-family: "Della Gothic One";
}
.lato{
    font-family: "Lato";
}
