/*
Theme Name: My Bimbel
Theme URI: https://www.gudangweb.com
Author: GudangWEB
Author URI: https://www.gudangweb.com/
Description: Theme WordPress untuk website les privat/bimbingan belajar dengan warna yang dapat diatur melalui Customizer.
Version: 2.2.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: mybimbel
*/

:root{
  --primary:#0d57c6;
  --secondary:#1246b7;
  --accent:#ff8a00;
  --background:#f4f7fc;
  --surface:#ffffff;
  --text:#133058;
  --muted:#6d7a90;
  --border:#d8e4f4;
  --radius:22px;
  --shadow:0 18px 40px rgba(18, 70, 183, 0.08);
  --program-bg:#eef4ff;
  --program-highlight:#ff8a00;
}

html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  background:var(--background);
  color:var(--text);
}
