
/*
Theme Name: Flatline Concrete
Theme URI: https://flatlineconcrete.com
Author: Gage Henderson / Quango
Author URI: https://quangoinc.com
Description: Flatline Concrete LLC - one-page website.
Version: 1.0.0
Text Domain: flatline-theme
*/

:root {
  --color-charcoal: #1A1A1A;
  --color-concrete: #2A2A2A;
  --color-orange: #E8712C;
  --color-orange-light: #F09050;
  --color-cream: #F2EFEA;
  --color-gray: #8A8A8A;

  --font-display: 'Barlow Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;

  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 96px;
  --space-5xl: 128px;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--color-charcoal);
  color: var(--color-cream);
}
