
body {
    font-size: 13px;
    font-family: 'Roboto', 'Arial', sans-serif;
}

h1 {
    font-size: 30px;
    font-weight: 300;
}

h2 {
    font-size: 27px;
    font-weight: 300;
}

h3 {
    font-size: 24px;
    font-weight: 300;
}

b {
    font-weight: 500;
}

label {
    font-weight: 500;
}

.big-blue-header {
    font-size: 15px;
    font-weight: 500;
    color: #206bc4;
}