/*
Theme Name: Malaka Affiliate
Theme URI: https://malakatech.com/malaka-affiliate
Author: Malakatech
Author URI: https://malakatech.com
Description: Tema WordPress modern untuk website affiliate, review produk, dan kursus online. Terintegrasi penuh dengan LearnPress dan plugin Malaka Affiliate. Mendukung Elementor, WooCommerce, dan SEO friendly.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: malaka-affiliate
Tags: education, e-commerce, blog, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, full-width-template, theme-options
*/

/* ===================================================================
   Style utama dimuat dari assets/css/main.css (di-enqueue via functions).
   File ini hanya berisi header tema (wajib) + reset minimal fallback.
   =================================================================== */

:root{
  --ma-ungu:#5C3DAE;
  --ma-ungu-tua:#3B2470;
  --ma-ungu-muda:#EDE7FB;
  --ma-biru:#2C7BE5;
  --ma-kuning:#FFC542;
  --ma-teks:#2A2540;
  --ma-teks-abu:#6B6680;
  --ma-garis:#E7E3F0;
  --ma-bg-lembut:#F6F4FB;
  --ma-putih:#FFFFFF;
  --ma-hijau:#1FAE7E;
}

html{box-sizing:border-box}
*,*::before,*::after{box-sizing:inherit}
body{margin:0;font-family:'Plus Jakarta Sans','Segoe UI',system-ui,sans-serif;color:var(--ma-teks);line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:var(--ma-ungu);text-decoration:none}
img{max-width:100%;height:auto}

/* Accessibility: skip link */
.skip-link{position:absolute;left:-9999px;top:auto;background:var(--ma-ungu);color:#fff;padding:10px 16px;border-radius:6px;z-index:9999}
.skip-link:focus{left:16px;top:16px}

.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

/* WordPress core alignment classes */
.alignleft{float:left;margin-right:1.5em}
.alignright{float:right;margin-left:1.5em}
.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{max-width:100%}
.wp-caption-text{font-size:13px;color:var(--ma-teks-abu);text-align:center}
.sticky,.gallery-caption,.bypostauthor{}
