@font-face {
    font-family: 'Patria';
    src: url('./PatriaBold.woff2') format('woff2'),
        url('./PatriaBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Patria';
    src: url('./PatriaRegular.woff2') format('woff2'),
        url('./PatriaRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Patria';
    src: url('./PatriaLight.woff2') format('woff2'),
        url('./PatriaLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

