@font-face {
    font-family: 'Racama';
    src: url('/assets/fonts/Racama/Racama.otf') format('opentype'),
         url('/assets/fonts/Racama/Racama.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Wix';
    src: url('/assets/fonts/Wix/WixMadeforDisplay-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 400 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Wix';
    src: url('/assets/fonts/Wix/WixMadeforDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Wix';
    src: url('/assets/fonts/Wix/WixMadeforDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Wix';
    src: url('/assets/fonts/Wix/WixMadeforDisplay-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Wix';
    src: url('/assets/fonts/Wix/WixMadeforDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Wix';
    src: url('/assets/fonts/Wix/WixMadeforDisplay-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Wix', sans-serif;
}

