   :root{
    --rc-ink:              #0E0E0E;
    --rc-badge:            #E35B5B;
    --rc-charcoal-green:   #2C3639;
    --rc-slate-gray:       #3F4E4F;
    --rc-clay-brown:       #A27B5C;
    --rc-warm-beige:       #DCD7C9;
    --rc-ivory:            #FFFAEE;
    --rc-white:            #FFFFFF;
    --rc-deep-black-green: #202729; /*body text*/
    --wc-blue:              var(--rc-clay-brown); 

    --rc-radius:           4px;
    --rc-header-height:    72px;
  }

  body{
    background-color: var(--rc-white);
  }
  
  p, li {
    font-family: 'Mulish', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--rc-deep-black-green);
    margin-bottom: 1.2rem;
  }
  
  h1, h2 {
    font-family: 'Neuton', serif;
    font-weight: 700;
    line-height: 1.2;
    color: var(--rc-charcoal-green);
    margin-top: 0;
    margin-bottom: 0.6em;
  }

  h3, h4 {
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    line-height: 1.3;
    color: var(--rc-charcoal-green);
    margin-top: 0;
    margin-bottom: 0.5em;
  }
  
  h1 { font-size: 3.0rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.25rem;}

  a {
    color: var(--rc-clay-brown);
    text-decoration: none;
    font-weight: 700;
  }
  a:hover,
  a:active {
    color: var(--rc-charcoal-green);
    transition: color 0.2s ease;
  }

  /* Keep emoji inline and text-sized even if the WP emoji script doesn't load */
  img.emoji {
    display: inline !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    padding: 0 !important;
  }

