/*
Theme Name: AzNet Pealike Theme
Theme URI: https://pealike.xyz
Author: AzNet Team
Author URI: https://pealike.xyz
Description: Custom WordPress theme for Làm Lành Cái Tôi landing page - A modern, responsive theme built with Bootstrap 5
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aznet-theme
Tags: landing-page, bootstrap, one-page, custom-theme
*/

/* Import Variables */
:root {
    --primary-yellow: #E8A611;
    --primary-orange: #D19205;
    --primary-blue: #4A8CFE;
    --primary-green: #799B86;
    --dark-purple: #2E3092;
    --text-dark: #3A3833;
    --text-muted: #68655E;
    --text-light: #75613D;
    --bg-light: #F0F3EF;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: var(--text-dark);
    overflow-x: hidden;
    background: white;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Be Vietnam Pro', serif;
}

.background-second {
    background-color: #F0F3EF;
}
