/* remember: Shift+Alt+A either creates or wraps something in a comment */

/* blog-specific fonts */
@font-face {
    font-family: "CL Stingray 8x19";
    src: url("../../fonts/Web437_CL_Stingray_8x19_bold.woff");
}

@font-face {
    font-family: "ApricotXenC";
    src: url("../../fonts/Web437_ApricotXenC.woff");
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

/* blogpost title */
.bp-title {
    font-family: "ApricotXenC";
    font-weight: bold;
}

/* blogpost SUBtitle */
.bp-subtitle {
    font-style: italic;
    font-size: small;
}

/* blogpost content text */
.bp-text {

}

.bp-bigfuckyoutext {
    font-family: cursive, sans-serif;
    font-style: italic;
    font-weight: bolder;
    font-size: 500%;
    color: red;
}