/*
 * Gordita — subset crítico (pesos 300/400/500, normal) para primeira dobra.
 */
@font-face {
    font-family: 'Gordita';
    src: local('Gordita Light'), local('Gordita-Light'),
         url('/fonts/gordita/Gordita-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Gordita';
    src: local('Gordita Medium'), local('Gordita-Medium'),
         url('/fonts/gordita/Gordita-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
