@font-face {
    font-family: 'Sentic Display';
    src: url('../fonts/1.OTF') format('opentype');
  
    font-weight: normal;
    font-style: normal;
  }

.nav-link {
    font-family: 'Sentic Display' !important;
    font-weight: bold;
    color: black !important;
}

.section-header {
    font-family: 'Sentic Display' !important;
    font-weight: bold;
}

.explore-rates-button {
    font-family: 'Sentic Display' !important;
    font-weight: bold;
}
.hero-text{
    font-family: 'Sentic Display' !important;
    font-weight: bold;
}

.subscribe-button {
    background-color: #6747f8 !important;
}

.cta-button {
    background-color: #6747f8;
}

.white-bg{
    background-color: white !important;
}