/* font-family: 'Sanchez', serif; */
@font-face {
    font-family: 'Sanchez';
    src: url('Sanchez-Regular.woff2') format('woff2'),
        url('Sanchez-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sanchez';
    src: url('Sanchez-Italic.woff2') format('woff2'),
        url('Sanchez-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

