html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
        font-family: Inter;
}

::placeholder {
    color: #999999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999999;
}

::-ms-input-placeholder {
    color: #999999;
}

body {
    color: #111111;
}

h1 {
    font-family: Metrophobic;
    font-size: 48px;
    line-height: 56px;
}

h2 {
    font-family: Metrophobic;
    font-size: 40px;
    line-height: 48px;
}

h3 {
    font-family: Metrophobic;
    font-size: 32px;
    line-height: 40px;
}

h4 {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

h5 {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

a {
    color: #111111;
}


@media screen and (max-width: 700px) {

    h1 {
        font-family: Metrophobic;
        font-size: 40px;
        line-height: 48px;
    }

    h2 {
        font-family: Metrophobic;
        font-size: 32px;
        line-height: 40px;
    }

    h3 {
        font-family: Metrophobic;
        font-size: 24px;
        line-height: 32px;
    }

    h4 {
        font-family: Inter;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
    }

    h5 {
        font-family: Inter;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }

    h6 {
        font-family: Inter;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }
}
