body {
    font-family: 'Poppins', sans-serif;
}

.header-font {
    font-family: 'Roboto', sans-serif;
}

.bg-primary {
    background-color: #295ca9 !important;
}

.text-primary {
    color: #295ca9 !important;
}

.text-secondary {
    color: #7A7A7A !important;
}

li p {
    text-align: justify;
    font-weight: normal;
}

ol {
    padding-inline-start: 25px !important;
    color: #295ca9;
    font-weight: bold;
}