/*
Theme Name: Hoang Nhat Corporate
Theme URI: https://hoangnhat.com/
Author: Hoang Nhat
Author URI: https://hoangnhat.com/
Description: A custom corporate WordPress theme for Hoang Nhat
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: hoangnhat
Tags: custom-background, custom-colors, custom-menu, custom-logo, featured-images
*/

/* Reset & Basics */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

/* Add your custom styles below */
