/*
Theme Name: Senfay
Theme URI: https://senfay.com
Description: A professional landing page theme for Senfay Senegal, built for African merchants.
Version: 1.0.0
Author: Replit Agent
Author URI: https://replit.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: senfay
*/

:root {
  --primary: #e14d3a;
  --secondary: #eec82f;
  --background: #ffffff;
  --foreground: #020817;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--foreground);
}

.senfay-btn-primary {
  background-color: var(--primary);
  color: white;
  border-radius: 1rem;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  transition: all 0.2s;
}

.senfay-btn-secondary {
  background-color: var(--secondary);
  color: #1a1a1a;
  border-radius: 1rem;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
}
