@font-face {
	font-family: aeonikregular;
	src: url("../fonts/aeonik-regular-webfont.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: aeonikmedium;
	src: url("../fonts/aeonik-medium-webfont.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: aeonikbold;
	src: url("../fonts/aeonik-bold-webfont.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

.wc-load-banner-font {
    font-family: aeonikregular;
}

.wc-title-section {
    font-size: 2em !important;
    text-decoration: underline;
}

.wc-subtitle-section {
    font-size: 1.3em !important;
    margin: 0em;
}

.wc-moona-error {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    margin: 5px 0 15px;
    padding: 1px 12px;
    border-left-color: #dc3232;
    color: #dc3232;
}