/*
Theme Name: D4D Exhibits
Theme URI: https://example.com/d4d-exhibits
Author: ChatGPT
Author URI: https://openai.com/
Description: Tailwind tabanlı, tek sayfalık fuar standı landing teması.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: d4d-exhibits
*/

/* Ek CSS */
body { font-family: 'Poppins', sans-serif; }
.hero-section {
  background-image: url('https://www.atlantafuarstandi.com/wp-content/uploads/2025/10/banner.jpg');
  background-size: cover;
  background-position: center;
}
:where([class^="ri-"])::before { content: "\f3c2"; }
input:focus, textarea:focus { outline: none; }