@font-face {
    font-family: 'bellerose';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Bellerose.ttf') format('truetype');
}

.bellerose {
    font-family: 'Bellerose' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}