/**
 * Custom Theme Styles
 * Add any custom CSS overrides here that can't be achieved with Tailwind
 *
 * @package Twickenham_YC
 * @since 1.0.0
 */

/* Section Block - Ocean background with opacity */
.bg-ocean\/5 {
    background-color: hsl(var(--ocean-blue) / 0.05);
}
