/*
 Theme Name: MOTS Learning Platform Variant (Child of Twenty Twenty-Five)
 Theme URI: https://managedots.co.za/
 Author: MOTS
 Author URI: https://managedots.co.za/
 Description: Child theme applying MOTS Corporate Theme Guide v2 — Learning Platform Variant (Option 2) to Twenty Twenty-Five.
 Requires at least: 6.5
 Tested up to: 6.6
 Requires PHP: 7.4
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Tags: block-patterns, full-site-editing, accessibility-ready
 Template: twentytwentyfive
 Text Domain: mots-learning-variant
*/
*/

:root {
  --mots-black: #000000;
  --mots-offwhite: #F6EFE8;
  --mots-red: #E03A2E;
  --mots-coral: #F05A48;
  --mots-grey: #D9D9D9;
}

/* Base */
body { background-color: var(--mots-offwhite); }
.wp-site-blocks .wp-block-button__link {
  border-radius: 12px;
}

.card-like {
  background: var(--mots-offwhite);
  border: 1px solid var(--mots-grey);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 16px;
}

/* Accessibility touch targets */
.wp-block-button__link { min-height: 44px; min-width: 44px; }