/* ============================================
   About Page — Specific Styles
   These augment the shared styles.css
   ============================================ */

/* Gradient text variant used in the hero headline */
.text-gradient {
    background: linear-gradient(to right, #b22350, #fd5d86);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
