@font-face {
    font-family: 'Onest';
    src: url('./Onest-VariableFont_wght.woff2') format('woff2'),
         url('./Onest-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Ensure Onest font is applied */
body,
.wp-block,
.editor-styles-wrapper {
    font-family: "Onest", sans-serif;
}
