/* Generated by scripts/scope-palmem-css.mjs — scoped to .palmem-body. Do not edit; regenerate from the source file. */

.palmem-body a:focus, .palmem-body button:focus, .palmem-body input:focus {
  outline: 2px solid #f00;
}

.palmem-body .text-light-1 {
  color: #ffffff;
}

.palmem-body .text-light-2 {
  color: #e0e0e0;
}
.palmem-body .skip-to-content {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 100;
  transition: top 0.3s;
}
.palmem-body .skip-to-content:focus {
  top: 0;
}
