/*
Theme Name: Sherika Ralliford
Theme URI: https://sherikaralliford.com
Author: Built for Sherika Ralliford
Description: Custom theme for the Sherika Ralliford personal hub. Page content is edited in WP Admin; this theme supplies the palette, fonts, header/footer wrapper and full-bleed page template.
Version: 2.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: sherika
*/

:root {
    --soft-white: #F8F5EF;
    --white: #FFFFFF;
    --ink-navy: #171717;
    --midnight-navy: #101B2D;
    --rich-berry: #1646B8;
    --periwinkle: #C3D0E8;
    --champagne: #98702F;
    --champagne-deep: #7A5A22;
    --champagne-light: #D8C29B;
    --pale-lavender: #EEE9E1;
    --cool-stone: #E0D9CD;
    --berry-deep: #16336B;
    --periwinkle-ink: #16336B;
    --dusty-rose: #B98286;
    --rose-mist: #F1E4E1;
    --slate: #6B655C;
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { margin: 0; background: #F8F5EF; color: #171717; font-family: Manrope, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
  a { color: #171717; text-decoration: none; }
  a:hover { color: #1646B8; }
  :focus-visible { outline: 2px solid #1646B8; outline-offset: 3px; }
  input { font-family: inherit; }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
