@font-face {
    font-family: 'Moche';
    src: url('fonts/Moche-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Moche';
    src: url('fonts/Moche-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Moche';
    src: url('fonts/Moche-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Reset básico e aplicação da fonte */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Moche', sans-serif;
    font-weight: 400;
}

/* Você pode adicionar seus estilos personalizados aqui */
