/*
Theme Name: RD Sports Gutenberg
Theme URI: https://example.com/ruidong-sports
Author: RD Sports
Description: 瑞动体育紫黑运动风 WordPress Gutenberg 可编辑主题。
Version: 2.0.1
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: ruidong-sports
*/

:root {
  --rd-purple: #5E2A80;
  --rd-black: #050505;
  --rd-white: #ffffff;
}

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--rd-black); color: var(--rd-white); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
