/* =========================================================
   utilities/global-utilities.css
   ---------------------------------------------------------
   Global utility classes, accessibility helpers and small global overrides.
   ========================================================= */

/* =========================================================
   8) UTILITIES, ACCESSIBILITY & GLOBAL TWEAKS
   --------------------------------------------------------- */

.nn-center {
  text-align: center;
}

.nn-right {
  text-align: right;
}

.nn-muted {
  opacity: 0.72;
}

.nn-focus {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

.nn-hidden {
  display: none;
}

