
@font-face {
    font-family: 'BahnschriftCustom';
    src: local('Bahnschrift'), local('Bahnschrift Regular');
    src: url('../fonts/bahnschrift.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body { font-family: 'BahnschriftCustom', Arial, sans-serif; background:#0b0b0f; color:#fff; }
.pgp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.pgp-card{background:#111;padding:8px;border-radius:10px}
.notice{padding:8px;border-radius:6px;background:#163; color:#fff}
.notice.error{background:#611}
