/**
 * Page-specific styles for page-quick-implementations.php.
 *
 * Copied from quick-implementations.html's inline <style> block, minus the
 * #r1fh floating-header rules and the shared .r1-nav-menu/.r1-drop*/
 * .r1-toggle/.r1-burger/.r1-backdrop/.r1-pillnav rules — all of those now
 * live in assets/css/base.css and are identical here, so nothing page-
 * specific needed to be kept for the pill nav.
 *
 * @package Radical_One
 */

html { scroll-behavior: smooth; }
body { margin: 0; }
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp .7s ease forwards;
}

.text-slate-600 { color: #020617 !important; }
.text-slate-500 { color: #020617 !important; }
.text-slate-700 { color: #020617 !important; }
.text-sm { font-size: 1rem !important; }


.delay-100 { animation-delay: .1s; }
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}
.icon { width: 1.5rem; height: 1.5rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
