﻿body {
    background: linear-gradient(-180deg, #0381a2, #01A4A2);
    color: #f2f2f2;
    font-family: FreightSans Pro, sans-serif;
}

h1 {
    font-size: 40px; /*For page titles */
}

h2 {
    font-size: 30px; /*For Section Labels: Scan, Scans per company etc. */
}

h3 {
    font-size: 25px; /*For inside blue scans box*/
}

.chart-labels {
    font-size: 16px;
    color: #FEF2CF;
}

.logo {
    height: 120px;
    width: 103px;
}

.scans-box {
    background: #90C1D0;
}

.chart-lines {
    color: #FEF2CF;
}

.day-one {
    background-color: #FCAB10;
}

.day-two {
    background-color: #FEF2CF;
}

.day-three {
    background-color: #90C1D0;
}

.day-four {
    background-color: #FCB97D;
}

.day-five {
    background-color: #F9E784;
}

.day-six {
    background-color: #545F66;
}


