/*
Theme Name: Exliding
Theme URI: https://exliding.com
Author: Exliding
Author URI: https://exliding.com
Description: Web agency theme converted from the Exliding Nuxt 4 site. Corporate-minimal design with a touch of brutalism — bold display type, clean surfaces, blue & slate palette. Includes a Portfolio custom post type, blog, and pre-built landing pages (Home, About, Services, Paket, Contact).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: exliding
Tags: business, portfolio, blog, custom-menu, featured-images, translation-ready, custom-logo
*/

/*
 * NOTE: The actual visual styling lives in assets/css/main.css (compiled from
 * Tailwind v4). This file only carries the WordPress theme header and a tiny
 * fallback so the theme renders even before Tailwind is built.
 */

:root {
  --color-primary: #2563eb;
  --color-ink: #0f172a;
}

body {
  margin: 0;
  font-family: 'DM Sans', system-ui, sans-serif;
  color: var(--color-ink);
}
