/*
Theme Name: Nevo Child - Vay Tiền
Template: nevo
Version: 1.0.0
Description: Child theme cho website vay tiền online
Author: Your Name
*/

/* Import parent theme */
@import url("../nevo/style.css");

/* Custom overrides */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Additional custom styles can go here */