@font-face {
  font-family: 'CAIXAStd';
  src: url('/fonts/CAIXAStd-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CAIXAStd';
  src: url('/fonts/CAIXAStd-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #fff;
  --card-bg: #ffffff;
  --text: #1a1d23;
  --text-muted: #474747;
  --title: #000;
  --title-light: #4c4c4c;
  --primary: #D87901;
  --primary-hover: #bc6700;
  --primary-disabled: #a9bfe8;
  --terciary: #876139;
  --error: #d33c3c;
  --border: #c7c8c8;
  --icon-bg: #E2E2E2;
  --radius: 14px;
}

* {
  box-sizing: border-box;
  font-family: 'CAIXAStd', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #f1f2f4;
  color: var(--text);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--title);
}

p {
  color: var(--text);
}
