/*
Theme Name: Pepite Classic
Theme URI: https://example.com/pepite-classic
Author: Pepite
Description: Classic non-block WordPress theme with modular components and color options.
Version: 1.0.0
Text Domain: pepite
*/

/* Base styles kept light to favor modular asset loading */
body {
    margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #1f2933;
}

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