/*
Theme Name: SaaS Ledger Co
Description: Custom theme for saasledgerco.com — converted from the Claude Design build.
Author: SaaS Ledger Co
Version: 0.1.0
Text Domain: slc
*/

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

body {
  font-family: 'Inter', sans-serif;
  background: #FBF9F4;
}

img { max-width: 100%; display: block; }

a { color: #FF7A54; text-decoration: none; }
a:hover { color: #FFC24A; }

/* every page needs bottom clearance so the fixed nav dock never overlaps footer content */
.slc-page { padding-bottom: 0; }
