/**
 * Variables
 */
/*
 * Fonts
 * ========================================================================== */
/*
 * Palette
 * ========================================================================== */
/*
 * Basic Colors
 * ========================================================================== */
/*
 * Mixing Colors
 * ========================================================================== */
/*
 * Grid Variables
 * ========================================================================== */
body {
  margin: 0 auto;
  padding: 1rem; }

li {
  margin-left: 1rem; }

pre {
  color: #adbcbc;
  padding: 1rem; }

h1,
h2,
h3 {
  color: #dbb32d; }

h1 {
  font-size: 1.4rem; }

table {
  width: 100%; }
  table thead {
    border-bottom: 2px solid #dbb32d; }
  table th {
    font-weight: bold;
    text-align: left; }
