@font-face {
    font-family: 'Peyda';
    src: url('../fonts/PeydaWebFaNum-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    src: url('../fonts/PeydaWebFaNum-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Apply Peyda font to admin wrapper and toast */
.pwa-man-admin-wrap,
.pwa-man-admin-wrap *,
#pwa-man-toast,
#pwa-man-toast * {
    font-family: 'Peyda', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Admin specific overrides */
.pwa-man-header h1 {
    font-weight: 900;
}
