/*
Theme Name: Mindalyx
Theme URI: https://mindalyx.com
Author: Mindalyx Team
Author URI: https://mindalyx.com
Description: Custom theme for Mindalyx landing page
Version: 1.0.0
Text Domain: mindalyx
*/

body {
    font-family: 'Space Grotesk', sans-serif;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #0f111a;
}

::-webkit-scrollbar-thumb {
    background: #2d324d;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3b66f5;
}

.text-silver-gradient {
    background: linear-gradient(to bottom right, #ffffff, #cbd5e1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
