/*
Theme Name: Mekanlar
Theme URI: https://bugunnereye.com
Author: Bugün Nereye? Studio
Author URI: https://bugunnereye.com
Description: Airbnb tasarım diliyle geliştirilmiş, şehirlerde yapılabilecek aktiviteleri, gezilecek mekanları, yeme-içme ve hafta sonu keşiflerini bir araya getiren modern keşif platformu teması.
Version: 1.10.0
Requires at least: 5.8
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: mekanlar
Tags: discovery, places, airbnb-style, city-guide, lifestyle, blog, responsive, custom-colors, custom-menu, theme-options
*/

/* Reset & Root Variables */
:root {
  --primary: #FF5A1F;
  --primary-hover: #E04810;
  --primary-gradient: radial-gradient(circle at center, #FF7A00 0%, #FF5A1F 27.5%, #FA4B0C 40%, #E04810 57.5%, #C23605 75%, #C23605 100%);
  --secondary: #008489;
  --text-main: #222222;
  --text-muted: #717171;
  --text-light: #B0B0B0;
  --bg-light: #F7F7F7;
  --bg-white: #FFFFFF;
  --border-color: #EBEBEB;
  --border-hover: #DDDDDD;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
  --shadow-lg: 0 6px 20px rgba(0,0,0,0.12);
  --shadow-hover: 0 12px 28px rgba(0,0,0,0.15);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-full: 9999px;
  --transition: all 0.25s cubic-bezier(0.2, 0, 0, 1);
  --container-max: 1380px;
}
