@font-face {font-family: 'GeistSans'; src: url('https://jignesh-raheja-portfolio.vercel.app/_next/static/media/0b78ff376f6b9734-s.p.woff2') format('woff2'); font-weight: 100 900; font-display: swap;}
@font-face {font-family: 'GeistMono'; src: url('https://jignesh-raheja-portfolio.vercel.app/_next/static/media/723e11e5093b8e80.p.woff2') format('woff2'); font-weight: 100 900; font-display: swap;}

/* Scoped styles for roast block only - imports original fonts and applies original-style rules */
.roast-panel, .roast-panel-link {
  box-sizing: border-box;
}
.roast-panel {
  border: 3px solid #000;
  background: var(--accent, var(--color-accent, #ff2d1a));
  box-shadow: 10px 10px 0 var(--color-line, #000);
  padding: 2rem;
  transition: transform 180ms ease-out;
}
@media (min-width: 640px) {
  .roast-panel { padding: 3rem; }
}

.roast-panel-link:hover,
.roast-panel-link:focus-visible {
  transform: translate(-4px, -4px);
}

.roast-panel .section-note {
  letter-spacing: 0.3em;
  color: rgba(0,0,0,0.6);
  font-family: 'GeistMono', monospace;
  font-weight: 700;
}

.roast-panel h2 {
  margin-top: 0.75rem;
  font-family: 'GeistMono', monospace;
  font-weight: 900;
  font-size: 4.5rem; /* large headline like original */
  line-height: 0.82;
  text-transform: uppercase;
  color: var(--color-ink, #000);
}
@media (max-width: 640px) {
  .roast-panel h2 { font-size: 2.5rem; }
}

.roast-panel p {
  max-width: 36rem;
  margin-top: 0.75rem;
  font-family: 'GeistMono', monospace;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(0,0,0,0.85);
  line-height: 1.125;
}

/* ensure link block visually matches original */
.roast-panel-link { display:block; color:inherit; text-decoration:none; }
