﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body, p, a, button, input, select, textarea,
h1, h2, h3, h4, h5, h6,
.font-1, .font-2, strong, b {
  font-family: 'Inter', sans-serif !important;
}

/* Define pesos exactos coincidentes con lo importado */
.font-1 { font-weight: 600 !important; }  /* Semibold */
.font-2 { font-weight: 300 !important; }  /* Light */
h3 span { font-weight: 500 !important; }  /* Peso medio (normal) */
strong, b, .font-bold { font-weight: 700 !important; }
