.unyco {
  --primary: #5bbbb093;
  --secondary: #1A485F;
  --tertiary: #a7ddd7;
  --background: #f8fafb;
  --card: #ffffff;
  --text: #183241;
  --muted: #6c7a86;
  --border: #d9e7e8;

  font-family: "Segoe UI", sans-serif;
  background: var(--background);
  color: var(--text);
  overflow-x: hidden;
  --radius: 14px;
  --shadow: 0 8px 25px rgba(0,0,0,.08);
}

/* ── TYPOGRAPHY ── */
/* Standard txt */
.unyco .text-justify {
    text-align: justify;
}
