/**
 * Rexiew Theme Overrides
 * Edit this file to customize logo, fonts, and colors
 * Base design is from luxsry.com
 */

/* Heading fonts - override from base */
h1, h2, h3, h4 {
    font-family: "Georgia", serif;
    font-weight: normal;
}

/* Logo */
#logo {
    font-family: "Georgia", serif;
}

/* Categories heading alignment */
#single-site-wrap .categories-display h3 {
    text-align: left;
}
