:root {
  /* Header */
  --header-bg-color: #ffffff;
  --header-text-color: #1f2737;

  /* Search area */
  --search-area-bg-color: #000;
  --search-area-bg-image: url(https://storage.googleapis.com/octa-static-tenants/help/documents/2025-12-10/CdRw0gt8AyZO1neRD2kSa.png);
  --search-area-text-color: #ebf4fd;

  /* Cards */
  --sections-area-bg-color: #f2f6fd;
  --sections-area-card-bg-color: #FFFFFF;
  --sections-area-icon-color: #1566c9;
  --sections-area-text-color: #303243;
  --sections-area-columns: 3;

    /* Sections */
  --sections-bg-color: #f2f6fd;
  --sections-subsections-bg-color: #a6a6a6;
  --sections-text-color: #303243;

    /* Articles */
  --articles-bg-color: #f2f6fd;
  --articles-text-color: #303243;

  /* Footer */
  --footer-bg-color: #ffffff;
  --footer-text-color: #303243;

  /* Typography */
  --font-name: Poppins;

  /* Personalization */
  --breadcrumb-color: #303243;
}