/*
Theme Name: MBService Theme
Theme URI: https://martinbservice.dk
Author: Webpusher Bot
Version: 1.0.0
Text Domain: te-aps-theme
*/

:root {
  --dark: #112337;
  --dark-rgb: 17, 35, 55;
  --accent: #FF5A7C;
  --accent-hover: #FF7D98;
  --white: #ffffff;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --max-width: 1200px;
  --radius: 5px;
  --radius-pill: 50px;
  --transition: 0.3s ease;
}
