:root {
  /* colors */
  --accent: #F57814;
  --main-text-color: #474747;
  --light-grey: #e1e1e1;
  --bg-overlay: #545454;
  --blue: #0056A7;
  --bg-blue: #005191;
  --white: #fff;
  --black: #000;
  /* fonts */
  --font-reg: 'Roboto', sans-serif;
  --font-cond: 'Roboto Condensed', sans-serif;
  --font-gothic: 'TradeGothicLT-BoldCondTwenty';
  --icon-brands: 'Font Awesome 5 Brands';
  --icon-free: 'Font Awesome 5 Free';
}