/* Google Fonts - Inter (replaces Satoshi) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;900&display=swap');

/* Satoshi font alias for compatibility */
@font-face {
    font-family: 'Satoshi';
    src: local('Inter');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi';
    src: local('Inter');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi';
    src: local('Inter');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi';
    src: local('Inter');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi';
    src: local('Inter');
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}