/*
Theme Name: Tema Antigravity WP
Theme URI: https://tusitio.com
Author: Gabriel
Description: Tema optimizado para afiliados Amazon y SEO
Version: 1.0
*/

/* WordPress Default Overrides */
img {
    max-width: 100%;
    height: auto;
}

:root {
  --primary: #9333ea;
  --secondary: #764ba2;
  --accent: #fbbf24;
  --text-dark: #1f2937;
  --text-light: #6b7280;
  --bg-light: #f9fafb;
  --white: #ffffff;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--text-dark);
  background-color: var(--bg-light);
  line-height: 1.6;
}

.amazon-product {
    border: 2px solid #fbbf24;
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #fffbeb;
    margin: 2rem 0;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.prose h1, .prose h2, .prose h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

.prose p {
    margin-bottom: 1.5rem;
}
