/*
Theme Name: Social Security Calculator Theme
Theme URI: https://example.com/
Author: OpenAI
Description: A custom WordPress theme built from the uploaded Social Security Calculator React app, with Customizer-managed branding, footer content, menus, and ad slots.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: ssc-theme
*/

html,
body {
  margin: 0;
  padding: 0;
}

body.ssc-theme-body {
  background: #f8fafc;
}

#root {
  min-height: 100vh;
}
