@font-face {
    font-family: "Poppins-Bold";
    src: url("../fonts/Poppins-Bold.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("../fonts/Poppins-Medium.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("../fonts/Poppins-Regular.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../fonts/Poppins-SemiBold.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.bg-oc-blue1 {
    background-color: #00417d !important;
}

.bg-oc-blue-light {
    background-color: #0078c1 !important;
}

.bg-oc-yellow {
    background-color: #ffc400 !important;
}

.bg-oc-gray {
    background-color: #313131 !important;
}

.font-poppins-bold {
    font-family: "Poppins-Bold" !important;
}
.font-poppins-medium {
    font-family: "Poppins-Medium" !important;
}
.font-poppins-regular {
    font-family: "Poppins-Regular" !important;
}
.font-poppins-semibold {
    font-family: "Poppins-SemiBold" !important;
}

body
{
    font-size: 1.2rem;
}

