/*
Theme Name:   Slimfolio
Theme URI:    https://slimfolio.com
Description:  Custom Astra child theme for Slimfolio (Slimline wallets).
Author:       Slimfolio
Template:     astra
Version:      1.0.0
Text Domain:  slimfolio
*/

/* Base overrides that should apply site-wide (not just homepage) go here.
   Section-specific styling lives in assets/css/homepage.css, enqueued only
   on the front page — keeps this file small and site-wide-safe. */

:root {
  --sf-bg: #f6f5f3;
  --sf-bg-dark: #111110;
  --sf-text: #141413;
  --sf-text-inverse: #f6f5f3;
  --sf-text-muted: #6b6b66;
  --sf-border: #e3e1da;
  --sf-accent: #141413;
  --sf-accent-hover: #2c2c2a;
  --sf-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body {
  font-family: var(--sf-font);
  color: var(--sf-text);
}
