/*
Theme Name: Aseretto & Coria
Theme URI: https://aserettoasesoria.com.py
Author: Aseretto & Coria
Author URI: https://aserettoasesoria.com.py
Description: Tema institucional para Aseretto & Coria — consultoria migratória, tributária e empresarial no Paraguai.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Proprietary
Text Domain: aseretto-coria
*/

/* Theme styles are loaded via functions.php → assets/css/aseretto.css */
:root {
    --heading-font: "Montserrat", system-ui, sans-serif;
    --heading-color: #0f172a;
    --heading-weight: 700;
    --heading-line-height: 1.2;
    --heading-letter-spacing: -0.02em;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    color: var(--heading-color);
    font-weight: var(--heading-weight);
    line-height: var(--heading-line-height);
    letter-spacing: var(--heading-letter-spacing);
    margin-top: 0;
    margin-bottom: 0.5em;
  }

  h1 { font-size: clamp(2rem,    5vw, 3rem);    }
  h2 { font-size: clamp(1.5rem,  4vw, 2.25rem); }
  h3 { font-size: clamp(1.25rem, 3vw, 1.75rem); }
  h4 { font-size: clamp(1.1rem,  2vw, 1.375rem);}
  h5 { font-size: 1.125rem;                      }
  h6 { font-size: 1rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }

  p{
    font-size: 1rem;
    line-height: 1.5;
    color: #64748b;
    margin-bottom: 1em;
  }
ul{
  list-style: disc;
  padding-left: 1em;
  margin-bottom: 1em;
}
li{
  margin-bottom: 0.5em;
}
a{
  color: #1A3A6C;
  text-decoration: underline;
}