


@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);

@font-face {
    font-family: 'Defender';
    src: url('/fonts/defender-arcade.woff2') format('woff2');
}


@font-face {
    font-family:    "vt220";
    src:            url("/fonts/retro_vt220.woff2") format('woff2');
}

@font-face {
    font-family:    "decterm";
    src:            url("/fonts/decterm.woff2") format('woff2');
}

@font-face {
    font-family:    "ibmterm";
    src:            url("/fonts/IBMV8.ttf");
}

@font-face {
    font-family:    "fdsparkly";
    src:            url("/fonts/FontdinerdotcomSparkly.woff2") format('woff2');
}


@font-face {
    font-family: 'Horseshoes';
    src: url('/fonts/horseshoes.woff2') format('woff2');
}

@font-face {
    font-family: 'Horseshoes & Lemonade';
    src: url('/fonts/horseshoeslemonade.woff2') format('woff2');
}

@font-face {
    font-family: 'Refreshment Stand';
    src: url('/fonts/RefreshmentStand.woff2') format('woff2');
}

@font-face {
    font-family: 'Kiddie Cocktails';
    src: url('/fonts/KiddieCocktails.woff2') format('woff2');
}

@font-face {
    font-family: 'Starlight Hotel';
    src: url('/fonts/StarlightHotel.woff2') format('woff2');
}

@font-face {
    font-family: 'New York to Las Vegas';
    src: url('/fonts/NewYorktoLasVegas.woff2') format('woff2');
}

.lemonade {
    font-family:        "Horseshoes & Lemonade", "Andale Mono","Courier New";
    -webkit-font-smoothing: subpixel-antialiased;
}

.horseshoe {
    font-family:        "Horseshoes", "Andale Mono","Courier New";
    -webkit-font-smoothing: subpixel-antialiased;


}

.sparkly {
    font-family:        "fdsparkly", "Andale Mono","Courier New";
    -webkit-font-smoothing: subpixel-antialiased;


}

.refreshment {
    font-family:        "Refreshment Stand", "Andale Mono","Courier New";
    -webkit-font-smoothing: subpixel-antialiased;

}

.jetage {
    font-family:        "New York to Las Vegas", "Andale Mono","Courier New";
    -webkit-font-smoothing: subpixel-antialiased;
}

.starlight {
    font-family:        "Starlight Hotel", "Andale Mono","Courier New";
    -webkit-font-smoothing: subpixel-antialiased;
}

.cocktail {
    font-family:        "Kiddie Cocktails", "Andale Mono","Courier New";
    -webkit-font-smoothing: subpixel-antialiased;
}

.press-start {
    font-family:        "Press Start 2P",'Courier New', Courier, monospace
}

.defender {
    font-family:        "Defender", "Press Start 2P",'Courier New', Courier, monospace
}
