:root {
    --primary-color: #0F52BA; /* Xanh Sapphire */
    --secondary-color: #FF5722; /* Cam nổi bật cho Giá/Nút CTA */
    --text-dark: #333333;
    --text-muted: #777777;
    --bg-light: #F8F9FA;
    --white: #FFFFFF;
    --border-color: #E0E0E0;
}

body {
    background-color: #f4f6f9;
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
ul {
    list-style: none;
}
