*, *::before, *::after {
    box-sizing: border-box;
}
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Oswald', sans-serif;
	vertical-align: baseline;
    font-weight: 200;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, button, textarea, select {
    font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}
p {
    text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}
#root, #__next {
    isolation: isolate;
}

h1 a, h1 span, h2 a, h2 span, h3 a, h3 span{
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}
