.forecast-section-day {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 4.5vmax;
}

.forecast-section-icon img {
    width: 26vmin;
    height: 26vmin;
}

.forecast-section-high {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 4.5vmax;
}

.forecast-section-low {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 4vmax;
    color: #77b6de;
}