@font-face {
    font-family: 'Bellamie';
    src: url('font.woff2') format('woff2'),
         url('font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Example usage */
body {
    font-family: 'Bellamie', sans-serif;
}

