/* Minimal CSS for Chartifact landing page */

body {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: #333;
}

.content {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 1rem;
}

h1 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 1.5rem 0 1rem 0;
}

a {
    color: #0078d4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#github-repo {
    float: right;
}
