/*
Theme Name: MAS Renew 2026 (Child)
Theme URI: https://makmuramanah.co.id
Description: Child theme for Seodo, redesigned to match MAS Group Stitch UI. Uses Tailwind (scoped) + minimal custom CSS. Compatible with WPBakery.
Author: MAS Group
Template: seodo
Version: 1.0.2
Text Domain: mas-renew-2026
*/

/* Minimal base overrides (Tailwind utilities are scoped to #mas-app). */
:root {
  --mas-primary: #07C160;
  --mas-secondary: #1A4D2E;
  --mas-accent: #F9A825;
}

body {
  font-family: "Open Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

#mas-app .font-display {
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
