@font-face {

    font-family: 'billions'; /* Choose a name for your font */
    src: url('/web/fonts/Neutraface Text Demi.otf') format('otf'); /* Modern Browsers */
    /* You can include more src lines for other font formats if needed */
    font-weight: normal; /* Adjust as needed */
    font-style: normal;  /* Adjust as needed */
}

.billions-font {
    font-family: 'billions';
}

.bg-primary-2 {
    background-color: #41474a !important; 
}

