/*
Theme Name:     Giovanni Acevedo Law
Theme URI:      https://giovanniacevedolaw.com/
Author:         Giovanni Acevedo Law
Author URI:     https://giovanniacevedolaw.com/
Description:    Tema personalizado para Giovanni Acevedo Law
Version:        1.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    giovanni-acevedo-law
Tags:           custom-logo, custom-menu, featured-images, responsive-layout
*/

/* ==============================
   1) Import de Google Fonts – Inter
   ============================== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

/* ==============================
   2) Reset básico y tipografía global
   ============================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #fff;
  color: #222;
  line-height: 1.5;
}

/* ==============================
   3) Otros estilos globales genéricos
   ============================== */
a {
  text-decoration: none;
  color: inherit;
}
