﻿
.formTitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    /* identical to box height */
    text-transform: capitalize;
    /* Primary */
    color: #3B4295;
}

.formReportTitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-transform: capitalize;
    color: #3B4295;
}
