@font-face {
    font-family: "Starway";
    src: url("/static/fonts/starway/Starway.otf") format("opentype");
    url("/static/fonts/starway/Starway.otf") format("opentype");

}

@font-face {
    font-family: "Starway";
    font-weight: bold;
    src: url("/static/fonts/starway/Starway-Bold.otf") format("opentype");
    url("/static/fonts/starway/Starway-Bold.otf") format("opentype");

}

@font-face {
    font-family: "Trickshot";

    src: url("/static/fonts/trickshot/TrickShot.ttf") format("truetype");
    url("/static/fonts/trickshot/TrickShot.ttf") format("truetype");

}


@font-face {
    font-family: "MGS4";

    src: url("/static/fonts/MGS4_Brush.ttf") format("truetype");
url("/static/fonts/trickshot/MGS4_Brush.ttf") format("truetype");

}


/**
Definitions
 */


.cfont-starway{
    font-family: Starway;
    color: #000;

}
.cfont-trickshot{
    font-family: Trickshot;
    color: #000;

}