/* regular */
@font-face {
    font-family: "Prestige Elite Std";
    src: url("https://storage.googleapis.com/smarthost-public/gilbert/fonts/prestige-elite-std/regular.otf")
        format("opentype");
    font-weight: 400;
    font-style: normal;
}

/* bold */
@font-face {
    font-family: "Prestige Elite Std";
    src: url("https://storage.googleapis.com/smarthost-public/gilbert/fonts/prestige-elite-std/bold.otf")
        format("opentype");
    font-weight: 700;
    font-style: normal;
}
