/* style.css */

@font-face {
    font-family: Roboto-Regular;
    src: url("Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Roboto-Bold;
    src: url("Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Roboto-Condensed;
    src: url("Roboto-Condensed.ttf") format("truetype");
    font-weight: normal;
    font-style: condensed;
}
@font-face {
    font-family: Roboto-BoldCondensed;
    src: url("Roboto-BoldCondensed.ttf") format("truetype");
    font-weight: bold;
    font-style: condensed;
}
@font-face {
    font-family: Rift-Bold;
    src: url("Rift-Bold.otf") format("opentype");
}
@font-face {
    font-family: FortFoundry-RiftRegular;
    src: url("FortFoundry-RiftRegular.otf") format("opentype");
}
@font-face {
    font-family: VTFLeagueExtraBold;
    src: url("VTFLeagueExtraBold.otf") format("opentype");
}
