/*
Theme Name: NextFlow AI
Theme URI: https://www.nextflowai.agency
Author: ChatGPT + User
Description: Custom WordPress theme cloned and redesigned from aiblackmagic.com for the NextFlow AI brand.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nextflow-ai
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background-color: #F9FAFB;
    color: #111827;
    margin: 0;
    padding: 0;
}
a {
    color: #4F46E5;
    text-decoration: none;
}
a:hover {
    color: #06B6D4;
}
