/* ================================
   GLOBAL FONT OVERRIDE – ROBOTO
   ================================ */
html, body,
body * {
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
}

/* Protect icons */
i, svg {
  font-family: inherit !important;
}

/* Messenger empty conversation text */
.at-empty-conversation_info span {
    font-size: 17px !important;   /* change size here */
    line-height: 1.6 !important;
    color: #000 !important;   /* BLACK */
}

/* Messenger welcome title (optional, if needed) */
.at-empty-conversation_info h3 {
    font-size: 26px !important;
    font-weight: 600 !important;
    color: #000 !important;   /* BLACK */
}


/* Verify Email heading ONLY */
.am-description + h2,
.am-description ~ h2 {
    font-size: 20px !important;
}

/* Email verification description text */
.am-description {
    font-size: 14px !important;   /* change size here */
    line-height: 1.6 !important;
    color: #000 !important;   /* black */
}
