/*
Theme Name: Akuajae Theme v3.6
Theme URI: https://akuajae.id
Author: @akuajae
Author URI: https://akuajae.id
Description: Premium foundational theme with a fully isolated architecture and unrestricted page builder canvas integration.
Version: 3.6.1
Text Domain: akuajae-theme
*/

:root {
    /* Base Colors */
    --akuajae-theme-bg-pure: #FFFFFF;
    --akuajae-theme-bg-soft: #DCFCE7;

    /* Primary Action Color */
    --akuajae-theme-action: #8C7EFF;

    /* Default Typography */
    --akuajae-theme-font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body {
    background-color: var(--akuajae-theme-bg-pure);
    color: #1a1a2e; /* Fallback text color consistent with plugin */
}

/* Theme Component Fonts (isolated to theme UI only) */
.akuajae-header-wrapper,
.akuajae-header-wrapper *,
.akuajae-footer-wrapper,
.akuajae-footer-wrapper *,
.akuajae-search-container,
.akuajae-search-container *,
.akuajae-search-bg,
.akuajae-search-bg *,
.daftarmenu-trigger,
.daftarmenu-trigger *,
.daftarmenu-panel,
.daftarmenu-panel * {
    font-family: var(--akuajae-theme-font-main) !important;
}

/* Post Actions Container (for hooks like akuajae_after_single_content) */
.akuajae-theme-post-actions {
    display: flex;
    justify-content: center;
    margin: 2rem auto;
    width: 100%;
}
