/*
Theme Name: Agentify
Theme URI: https://agentify.ai/
Author: Agentify
Author URI: https://agentify.ai/
Description: AI Agency & Automation WordPress Theme. Week 1 Build Package v0.3.
Version: 0.3.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agentify
Tags: custom-logo, custom-menu, featured-images, translation-ready, blog, portfolio, ai-agency, automation, saas
*/

@import url("assets/css/tokens.css");
@import url("assets/css/components.css");
@import url("assets/css/sections.css");
@import url("assets/css/animations.css");

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--agentify-font-body);
  color: var(--agentify-text);
  background: var(--agentify-bg);
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.agentify-container { width: min(1280px, calc(100% - 40px)); margin-inline: auto; }
