@font-face {
    font-family: 'League Gothic';
    src: url('LeagueGothic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans';
    src: url('SourceSans3-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Italic';
    src: url('SourceSans3-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Medium';
    src: url('SourceSans3-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans SemiBold';
    src: url('SourceSans3-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Bold';
    src: url('SourceSans3-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans BoldItalic';
    src: url('SourceSans3-BoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Old Fonts-Start */
@font-face {
    font-family: 'Milo';
    src: url('MiloWeb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Milo Medium';
    src: url('MiloOT-Medi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Milo Bold';
    src: url('MiloWeb-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Milo Black';
    src: url('MiloWeb-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Milo Extralight';
    src: url('MiloWeb-Extralight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Old Fonts-End */

h1 {
    font-family: 'League Gothic', sans-serif;
    font-size: 3.125rem;
    line-height: 1.125;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Medium', sans-serif;
}
h2 {
    font-size: 1.6rem;
    line-height: 1.3;
}
h3 {
    font-size: 1.4rem;
    line-height: 1.2;
}
h4 {
	font-size: 1.2rem;
    line-height: 1.1;
}
body {
    font-family: 'Source Sans', sans-serif;
}
#content .node__content,
#content .view-content,
#content .view-empty {
    font-size: 1.2rem !important;
}
a {
	text-decoration: none;
}
