/* Syne Font - Fallback to system fonts */
@font-face {
    font-family: 'Syne';
    src: local('Syne'), local('Arial'), sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Syne';
    src: local('Syne'), local('Arial'), sans-serif;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Syne';
    src: local('Syne'), local('Arial'), sans-serif;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Syne';
    src: local('Syne'), local('Arial'), sans-serif;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Syne';
    src: local('Syne'), local('Arial'), sans-serif;
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Nunito Font */
@font-face {
    font-family: 'Nunito';
    src: url('/fonts/nunito-300.woff2') format('woff2'), local('Nunito'), sans-serif;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: local('Nunito'), sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: local('Nunito'), sans-serif;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: local('Nunito'), sans-serif;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
