@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Syne:wght@400..800&display=swap');

:root{
  /* AZULES (marca) */
  --brand-900: #0b1f3a;
  --brand-800: #0f2a4a;
  --brand-700: #123a66;
  --brand-600: #1a4f8f;
  --brand-500: #2a72d8; /* primary */
  --brand-400: #4a95ff;
  --brand-300: #7bb7ff;
  --brand-200: #b9dcff;
  --brand-100: #e8f3ff;

  /* CELESTES (acentos) */
  --sky-600: #0284c7;
  --sky-500: #0ea5e9;
  --sky-400: #38bdf8;
  --sky-300: #7dd3fc;
  --sky-200: #bae6fd;
  --sky-100: #e0f2fe;

  /* NEUTROS */
  --ink-900: #0f172a;
  --ink-700: #334155;
  --ink-500: #64748b;
  --line-300: #cbd5e1;
  --line-200: #e2e8f0;
  --line-100: #f1f5f9;
  --paper:    #ffffff;
  --surface:  #f7fbff;

  /* ESTADOS */
  --success: #16a34a;
  --warning: #f59e0b;
  --danger:  #ef4444;
  --info:    #0ea5e9;

  /* SOMBRAS */
  --shadow-sm: 0 6px 18px #0f2a4a1a; /* rgba en hex */
  --shadow-md: 0 12px 32px #0f2a4a24;

  /* GRADIENTES */
  --grad-hero: linear-gradient(135deg, #0b1f3a, #1a4f8f 55%, #0ea5e9);
  --grad-soft: linear-gradient(180deg, #e8f3ff, #f7fbff);
}

.container{
    max-width: 1280px !important;
}

*{

  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;

}

.ql-editor strong,
.ql-editor b{
  font-weight: 700;
}

.ql-editor em,
.ql-editor i{
  font-style: italic;
}


h1, h2, h3, h4, h5, h6{

  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;

}
