/*
Theme Name: Fit Circle
Theme URI: https://fitcirclewomen.com/
Author: Fit Circle
Description: Custom WordPress theme for Fit Circle women’s strength and conditioning in Cape Town.
Version: 1.4.0
Requires at least: 6.8
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: fitcircle
*/

:root {
  --fitcircle-brand: #424149;
  --fitcircle-pastel: #f8dcd0;
  --fitcircle-ink: #1f1e23;
  --fitcircle-fog: #f7f3f1;
}

.wp-site-blocks,
.fitcircle-content {
  font-family: "Atkinson Hyperlegible", "Helvetica Neue", Arial, sans-serif;
  color: var(--fitcircle-ink);
}

.fitcircle-content {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0 96px;
}

.fitcircle-content a {
  color: inherit;
  text-underline-offset: 0.2em;
}

.fitcircle-content img {
  max-width: 100%;
  height: auto;
}

.fitcircle-simple-header {
  padding: 18px 24px;
  border-bottom: 2px solid var(--fitcircle-ink);
}

.fitcircle-simple-header a {
  color: var(--fitcircle-ink);
  font-weight: 700;
  text-decoration: none;
}
