/*
Theme Name:     Digital To Dollars
Theme URI:      https://digitaltodollars.com
Description:    Custom block theme for Digital To Dollars (digitaltodollars.com). D2D design tokens live in theme.json (editor-native palette + fonts); page sections are editable block patterns; LearnDash/WooCommerce branding is carried by assets/css/lms.css. Interactive tools (Rate Card Builder etc.) are bespoke React embeds, not theme code.
Author:         Sports Geek
Author URI:     https://sportsgeekhq.com
Version:        2.1.2
Requires at least: 6.4
Tested up to:   6.8
Requires PHP:   7.4
Text Domain:    d2d
*/

/* Design system lives in theme.json + assets/css/d2d.css (sections) +
   assets/css/lms.css (LearnDash/WooCommerce). This file intentionally
   carries only the accessible focus ring. */

a:focus-visible, button:focus-visible, input:focus-visible,
.wp-element-button:focus-visible, .ld-button:focus-visible{
  outline:3px solid #ffb627;
  outline-offset:3px;
}
