@font-face {
    font-family: 'RF Dewi';
    src: local('RF Dewi Expanded Regular'), local('RF-Dewi-Expanded-Regular'),
    url('./RFDewiExpanded-Regular.woff2') format('woff2'),
    url('./RFDewiExpanded-Regular.woff') format('woff'),
    url('./RFDewiExpanded-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RF Dewi';
    src: local('RF Dewi Expanded Semibold'), local('RF-Dewi-Expanded-Semibold'),
    url('./RFDewiExpanded-Semibold.woff2') format('woff2'),
    url('./RFDewiExpanded-Semibold.woff') format('woff'),
    url('./RFDewiExpanded-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RF Dewi';
    src: local('RF Dewi Expanded Bold'), local('RF-Dewi-Expanded-Bold'),
    url('./RFDewiExpanded-Bold.woff2') format('woff2'),
    url('./RFDewiExpanded-Bold.woff') format('woff'),
    url('./RFDewiExpanded-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: local('Onest'), local('Onest'),
    url('./Onest-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}