/* =======================================================================
 * COLORS VARIABLES
 * -----------------------------------------------------------------------
 * Define all the colors used in the website. You can use
 * http://chir.ag/projects/name-that-color/ to generate human readable
 * names for each color.
 * ===================================================================== */
@font-face {
    font-family: 'Messina Bold';
    src: url("../fonts/MessinaSans-Bold.woff2") format("woff2"), url("../fonts/MessinaSans-Bold.woff") format("woff");
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Messina Regular';
    src: url("../fonts/MessinaSans-Regular.woff2") format("woff2"), url("../fonts/MessinaSans-Regular.woff") format("woff");
    font-style: normal;
    font-stretch: normal;
}

/* =======================================================================
 * BREAKPOINTS
 * -----------------------------------------------------------------------
 * Breakpoints are used for responsive design. You can define here
 * the breakpoints required for the design.
 * ===================================================================== */
/* =======================================================================
 * BASE VARIABLES
 * -----------------------------------------------------------------------
 *
 * ===================================================================== */
.single-philo {
    margin-bottom: 34px;
}

.single-philo > * {
    font-family: 'Messina Regular', Arial, helvetica, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: normal;
    font-size: 14px;
    color: #404041;
    margin-bottom: 10px;
    letter-spacing: -0.025em;
    line-height: 1.3;
}

.single-philo > *:last-child {
    margin-bottom: 0;
}

.single-philo > *.big-text {
    font-family: Arial, helvetica, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: bold;
    font-size: 26px;
    color: #404041;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.single-philo h2 {
    font-family: Arial, helvetica, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: bold;
    font-size: 26px;
    color: #dd162b;
    margin-bottom: 11px;
    letter-spacing: 0;
}

.single-philo ul li {
    margin-bottom: 2px;
}

/*# sourceMappingURL=module.philo.css.map */
