@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    display: block;
    margin: 0px;
    background-color: #f9fafa;
    color: #191b1f;
}
html, body, div, article, section, main, footer, header, form, fieldset, pre, code, p, ul, ol, li, dl, dt, dd, textarea, input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], .border-box {
    box-sizing: border-box;
}
* {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.w-100 {
    width: 100%;
}
.vh-100 {
    height: 100vh;
}
.dt {
    display: table;
}
.v-mid {
    vertical-align: middle;
}
.dtc {
    display: table-cell;
}
.dib {
    display: inline-block;
}
.center {
    margin-right: auto;
    margin-left: auto;
}
.i {
    font-style: italic;
}
.pa3 {
    padding: 1rem;
}
.mw6 {
    max-width: 36rem;
}
.pb2 {
    padding-bottom: 0.5rem;
}
.f1 {
    font-size: 1.8rem;
}
.fw5 {
    font-weight: 600;
}
h1 {
    margin: 1.07em 0;
}
.f4 {
    font-size: 1.15rem;
}
.lh-copy {
    line-height: 1.6;
}
.small-caps {
    font-variant: small-caps;
}
.tracked {
    letter-spacing: .1em;
}
.link:link, .link:visited {
    transition: background .1s ease-in;
}
.no-underline {
    text-decoration: none;
}
.link {
    color: #0374DD;
    background: rgba(20,140,252,.03);
    text-decoration: none;
    transition: background .1s ease-in;
    border-radius: 24px;
    font-weight: 500;
    vertical-align: baseline;
    padding: 0 3px;
    margin: 0 -4px 0 -2px;
    white-space: nowrap;
}
.link:hover {
    background-color: rgba(20,140,252,.1);
}
.f5 {
    font-size: 1rem;
}
.pt4 {
    padding-top: 2rem;
}
.b--black-10 {
    border-color: rgba(0, 0, 0, 0.1);
}
.bt {
    border-top-style: solid;
    border-top-width: 1px;
}
.f6 {
    font-size: 1.075rem;
}
.mr3 {
    margin-right: 1rem;
}
.social {
    text-decoration: none;
}
.social:hover {
    color: #0374DD;
}
.photo {
    width: 100px;
    border-radius: 100%;
}
.list-social {
    padding: 0;
    margin: 0;
}
.list-social li {
    margin-left: .5rem;
}
@media (prefers-color-scheme: dark) {
    body  { 
        background-color: #191b1f;
        color: #f9fafa;
    }
    .link {
        color: #0484FB;
    }
    .social:hover {
    	color: #0374DD;
	}
    .b--black-10 {
        border-color: rgba(255, 255, 255, 0.1);
    }
}
