﻿/*
Theme Name: GemGen
Theme URI: https://gemgen.xyz
Author: Medouz
Author URI: https://gemgen.xyz
Description: GemGen is a premier, lightning-fast WordPress theme crafted specifically for AI image prompt libraries and directories. Supports Midjourney, ChatGPT / DALL-E 3, Google Gemini, Flux.1, Stable Diffusion, Leonardo AI, and more. Featuring one-click copy, live AJAX filters, dark mode jewel aesthetics, and local bookmarks.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: gemgen
Tags: ai, prompts, gallery, portfolio, dark-mode, grid-layout, custom-post-type, full-width-template

Crafted with love by Medouz
*/

:root {
  --color-gem-primary: #6366f1;
  --color-gem-secondary: #06b6d4;
  --color-gem-accent: #ec4899;
  --color-bg-dark: #0b0f19;
  --color-card-dark: #131b2e;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--color-bg-dark);
  color: #f3f4f6;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
