/*
Theme Name: Treasure State Concrete, Inc.
Theme URI: https://www.treasurestateconcrete.com/
Author: Treasure State Concrete, Inc.
Description: Self-contained WordPress theme for the Treasure State Concrete, Inc. public website.
Version: 1.0.5
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: treasure-state-concrete
*/

:root {
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  color: #1f2933;
  background: #f7f8f9;
}

.tsc-fallback-shell {
  width: min(760px, calc(100% - 2rem));
  margin: 4rem auto;
  padding: 2rem;
  background: #fff;
  border: 1px solid #d8dde3;
  border-radius: 0.5rem;
}

.tsc-fallback-shell a {
  color: #164f79;
}
