/*
Theme Name: VVega Insurance
Theme URI: https://vvegainsurance.com
Author: VVega Insurance
Author URI: https://vvegainsurance.com
Description: A professional marketing theme for Veronica Vega, life insurance agent.
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: vvega-insurance
Tags: one-page, marketing, insurance, professional
*/

/* Base resets */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Inter', sans-serif;
    color: #1F2937;
    background: #ffffff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

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

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}
