/* css/_variables.css */
:root {
  --primary-color: #ee7800;
  --secondary-color: #6c757d;

  --font-color: #505050;
  --link-color: #ee7800;

  --base-font-family: 'Arial', sans-serif;
  --content-max-width: 960px;
}