/*
Theme Name: Alpi Beauty Minimal White
Theme URI: https://example.com/
Author: Alpi Beauty
Author URI: https://example.com/
Description: Minimalistisches, weißes Theme für Beauty-Webseiten (WooCommerce-ready) mit einem Admin-Importer für Produkte + Gemini-Bildgenerierung.
Version: 1.0.0
Text Domain: alpi-beauty
*/

:root {
  --bg: #ffffff;
  --text: #1a1a1a;
  --muted: #6b6b6b;
  --surface: #ffffff;
  --border: rgba(0, 0, 0, 0.08);
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

a {
  color: inherit;
}

