@font-face { 
	font-family: Oswald-Bold;  src: url('../fonts/Oswald-Bold.ttf'); 
} 

@font-face { 
	font-family: Oswald-Light;  src: url('../fonts/Oswald-Light.ttf'); 
} 

@font-face { 
	font-family: Oswald-MediumItalic;  src: url('../fonts/Oswald-MediumItalic.ttf'); 
} 

@font-face { 
	font-family: BebasNeueBold;  src: url('../fonts/BebasNeueBold.otf'); 
} 

@font-face { 
	font-family: BebasNeueBook;  src: url('../fonts/BebasNeueBook.otf'); 
} 

@font-face { 
	font-family: BebasNeueLight;  src: url('../fonts/BebasNeueLight.otf'); 
} 

@font-face { 
	font-family: BebasNeueRegular;  src: url('../fonts/BebasNeueRegular.otf'); 
} 

body {
    font-family: 'Oswald-Light';
}

h1 {
    font-weight: 400;
    font-size: 56px;
    line-height: 67px;
    text-transform: uppercase;
}

h1.simple {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-transform: none;
}

h1 b {
    display: block;
    margin-top: 10px;
    font-size: 70px;
    line-height: 90px;
    font-weight: 700;
}

h2 {
    font-weight: 500;
    font-size: 52px;
    line-height: 72px;
    color: #353f48;
}

h2 b {
    font-size: 64px;
    font-weight: 700;
}

h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #353f48;
}

h3 b {
    font-size: 42px;
    font-weight: 700;
}

p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
}

blockquote {
    position: relative;
    border-left: 0;
    padding: 40px 70px;
    font-weight: 400;
    margin-bottom: 1.5rem;
    font-style: italic;
    background-color: #f7f7f8;
}

blockquote::before {
    content: "“";
    top: 50%;
    left: 30px;
    position: absolute;
    font-size: 40px;
    transform: translateY(-50%);
}

.entry-main-content blockquote p {
    font-size: 1.2em;
    color: rgba(0, 0, 0, 0.65);
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}


ul {
    margin-left: 20px;
    margin-bottom: 20px;
    list-style: disc;
}

ol {
    margin-bottom: 20px;
    margin-left: 20px;
    list-style: decimal;
}

ul li,
ol li {
    margin-bottom: 8px;
}