/*
Theme Name: ScreenProfits Theme
Description: ScreenProfits frontend theme for the ScreenProfits Core plugin.
Version: 0.3.17
Author: OpenAI Codex
*/

:root {
  --sp-bg: #ffffff;
  --sp-surface: #ffffff;
  --sp-surface-2: #ffffff;
  --sp-ink: #141414;
  --sp-muted: #66615a;
  --sp-accent: #0f8f52;
  --sp-accent-dark: #b81813;
  --sp-border: rgba(20, 20, 20, 0.12);
  --sp-loss: #c62828;
}

body {
  margin: 0;
  color: var(--sp-ink);
  background: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
}
