/* Custom Styles for Seek Quant Tech Limited */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #F6F8FB;
    color: #1F2937;
}

.text-primary {
    color: #0B1F3A;
}

.bg-primary {
    background-color: #0B1F3A;
}

.text-accent {
    color: #12B3A8;
}

.bg-accent {
    background-color: #12B3A8;
}

.bg-accent:hover {
    background-color: #0e968d;
}

.border-accent {
    border-color: #12B3A8;
}

/* Gradient text for hero section */
.text-gradient {
    background: linear-gradient(90deg, #0B1F3A 0%, #12B3A8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
