/*
Theme Name: Hạ Long Xanh
Theme URI: https://duanhalongxanh.com
Author: Antigravity
Description: A custom WordPress theme for the Hạ Long Xanh project.
Version: 1.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.2
Text Domain: halongxanh
*/

/* Basic resets and base styles (Placeholder, actual CSS from Elementor should be enqueued separately) */
body {
    margin: 0;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    line-height: inherit;
}

/* Custom styles from Parkland template */
.font-label {
    font-family: 'Hanken Grotesk', sans-serif;
}

.bg-primary {
    background-color: rgb(47 45 116 / 1);
}

.text-primary {
    color: rgb(47 45 116 / 1);
}

.text-accent {
    color: rgb(255 213 174 / 1);
}

