html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

:root {
    --pjy-primary: #cc6a1c; /* naranja brasa */
    --pjy-primary-600: #b95f18;
    --pjy-accent: #ffd4a8; /* crema cálida */
    --pjy-bg: #0f0b08; /* fondo oscuro cálido */
    --pjy-card: #18110d;
    --pjy-text: #f7f3ef;
    --pjy-muted: #cfc7bf;
    --pjy-border: #2a1c14;
}

html, body {
    background: var(--pjy-bg);
    color: var(--pjy-text);
}

.pjy-acc-status {
    border-radius: 12px;
}

.pjy-acc-status__icon {
    font-size: 1.15rem;
    line-height: 1;
    transform: translateY(.15rem);
}

.menu-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    background: #26221f;
    color: #f3f3f2;
    border: 1px solid #352f2b;
    line-height: 1;
}