/*
Theme Name: SEO Consultancy - Black & Golden
Theme URI: https://example.com
Author: Digital Marketing Team
Author URI: https://example.com
Description: A premium WordPress theme for digital marketing consultancy with ACF support
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seo-consultancy
Domain Path: /languages
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #1a1a1a;
  --secondary: #d4af37;
  --light: #f5f5f5;
  --dark: #0d0d0d;
  --text: #333;
}

html, body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: var(--text);
}
