@font-face {
    font-family: "Urbane Rounded";
    src: url("/fonts/UrbaneRounded/UrbaneRounded-Thin.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Urbane Rounded";
    src: url("/fonts/UrbaneRounded/UrbaneRounded-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Urbane Rounded";
    src: url("/fonts/UrbaneRounded/UrbaneRounded-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Urbane Rounded";
    src: url("/fonts/UrbaneRounded/UrbaneRounded-DemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Urbane Rounded";
    src: url("/fonts/UrbaneRounded/UrbaneRounded-Bold.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Inter - Variabile */
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-VariableLatin.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Inter Italic - Variabile */
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-VariableItalicLatin.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* Sora - Variabile */
@font-face {
    font-family: 'Sora';
    src: url('/fonts/Sora/Sora-VariableLatin.woff2') format('woff2');
    font-weight: 100 900;
    /* range di peso del variable font */
    font-style: normal;
    font-display: swap;
}