/* Base CSS - Fonte Inter self-hosted */
@font-face {
  font-family: 'Inter';
  src: url('/assets/fonts/InterVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Critical shared component sizing */
.footer-badge svg {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.case-list .check {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
}
