/*
Theme Name: Hibacu Labs Theme
Theme URI: https://hibacu.com
Description: Premium modern SaaS theme featuring advanced tech-mesh glow styling and dark/light UI sections.
Version: 1.0.0
Author: Hibacu Developer
Text Domain: hibacu
*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    color: #101828;
    background-color: #ffffff;
}

/* Custom SaaS styling components */
.saas-gradient-bg {
    background: radial-gradient(101.32% 101.32% at 50% 0%, rgba(0, 210, 181, 0.12) 0%, rgba(4, 15, 22, 0) 100%), #040F16;
}

.glow-glow {
    box-shadow: 0 0 40px rgba(0, 210, 181, 0.25);
}

.text-teal-neon {
    color: #00D2B5;
}

.border-mesh {
    border-color: rgba(255, 255, 255, 0.08);
}
