/*
Theme Name:   Insumos Constructivos Child
Description:  Hello Elementor Child — Grupo Insumos Constructivos
Template:     hello-elementor
Version:      1.0.0
Text Domain:  ic-child
*/

/* ── VARIABLES CSS GLOBALES ─────────────────────────────── */
:root {
  --ic-red:       #E3000B;
  --ic-red-dark:  #B50009;
  --ic-black:     #0A0A0A;
  --ic-black-2:   #1A1A1A;
  --ic-black-3:   #2A2A2A;
  --ic-white:     #FFFFFF;
  --ic-gray-1:    #F5F5F5;
  --ic-gray-2:    #EBEBEB;
  --ic-muted:     #666666;
  --ic-success:   #00A651;
  --ic-warning:   #F5A623;

  --ic-font-display: 'Barlow Condensed', sans-serif;
  --ic-font-ui:      'Barlow', sans-serif;
  --ic-font-body:    'Inter', sans-serif;

  --ic-radius-btn:  4px;
  --ic-radius-card: 6px;
}

/* ── BASE ────────────────────────────────────────────────── */
html { scroll-behavior: smooth; }

body {
  font-family: var(--ic-font-body);
  -webkit-font-smoothing: antialiased;
}
