:root {
  --feel: 'modern';
  /* ----------------------------------------------------------------------------------------
  // Typography
  // ---------------------------------------------------------------------------------------- */
  --baseFontSize: 18px;
  --scaleRatio: 1.414;
  --leading: calc(var(--scaleRatio) * var(--baseFontSize));
  /* ----------------------------------------------------------------------------------------
  // Layout
  // ---------------------------------------------------------------------------------------- */
  --sectionGap: calc(4 * var(--leading));
  --gutter: 24px;
  /* ----------------------------------------------------------------------------------------
  // Colors
  // ---------------------------------------------------------------------------------------- */
  --mainColor: transparent;
  --subColor: #ffc821;
  --accentColor: #C9165A;
  --textColor: black;
  --backgroundColor: #F4F2F0;
}