/* FONTS */
@font-face { 
    font-family: "gothreg";
    src: url("../assets/fonts/CenturyGothic.otf");
}
@font-face { 
    font-family: "gothbold";
    src: url("../assets/fonts/CenturyGothic-Bold.otf");
}
@font-face { 
    font-family: "sand";
    src: url("../assets/fonts/Quicksand-Bold.ttf");
}