
:root {
  --font-heading: 'Barlow Condensed', -apple-system, "system-ui", Segoe UI, roboto, helvetica, arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --font-body: 'Barlow', -apple-system, "system-ui", Segoe UI, roboto, helvetica, arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.font-heading {
  font-family: var(--font-heading);
}

.font-body {
  font-family: var(--font-body);
}

.fs-jumbo {
  font-size: var(--at-heading--3xl);
}

.fw-800 {
  font-weight: 800;
}


.bricks-button {
  padding: 13px 28px;
}