@import url(bootstrap.min.css);
@import url(fonts.css);

body {
    font-family: 'Open Sans', -apple-system, 'Helvetica Neue', sans-serif;
    color: #404040;
    font-size: 0.8125rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

header {
    font-size: 1.2rem;
}

header a {
    text-decoration: none;
}

h1 {
    font-size: 1.5625rem;
    font-weight: 700;
}

a {
    color: #000;
}

a:hover {
    color: #404040;
}

