/*
Theme Name: Layunin
Theme URI: https://layunin.com
Author: Jules
Author URI: https://layunin.com
Description: A premium WordPress theme for personal growth, online income, and productivity.
Version: 9.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: layunin
Tags: custom-logo, custom-colors, featured-images, full-width-template, theme-options, translation-ready

Layunin (Tagalog): Goal, Purpose, Objective.
*/

/* Reset and Base Styles */
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--text-main);
    line-height: 1.6;
    background-color: var(--bg-primary);
}
