/*
Theme Name: Ubic Theme
Theme URI: https://puntomaps.com
Author: PuntoMaps
Description: Tema minimalista para PuntoMaps. No carga CSS ni JS innecesarios.
Version: 1.0
*/

/* Reset básico */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #fdfdfd;
    color: #222;
}

a { color: #004a80; }

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