body, div, p, span, a, h1, h2, h3, h4, h5, h6, li, td, th { font-family: arial; }
body, div, p, span, a, li, td, th { font-size: 12px; }

h1 { font-size: 28px; line-height: 31px; margin: 0 0 6px 0; font-weight: normal;}
h2 { font-size: 24px; line-height: 27px; margin: 18px 0 6px 0;}
h3 { font-size: 20px; line-height: 22px; margin: 16px 0 5px 0; font-weight: normal;}
h4 { font-size: 16px; line-height: 19px; margin: 14px 0 5px 0;}
h5 { font-size: 14px; line-height: 16px; margin: 13px 0 4px 0;}
h6 { font-size: 12px; line-height: 15px; margin: 11px 0 3px 0;}

/* https://htmlcolorcodes.com/color-names/ */
:root {
  --soft-color-01: #75aadc;  --soft-blue: #75aadc;
  --soft-color-02: #8bdeb7;  --soft-green: #8bdeb7;
  --soft-color-03: #f2bfd9;  --soft-purple: #f2bfd9;
  --soft-color-04: #f99;     --soft-red: #f99;
  --soft-color-05: #fad997;  --soft-orange: #fad997;
  --soft-color-06: #ffa;     --soft-yellow: #ffa;
  --soft-color-07: #fdd;     --soft-pink: #fdd;
  --soft-color-08: #eee;     --lt-gray: #eee;
  --soft-color-09: #ccc;     --med-gray: #ccc;
  --soft-color-10: #87ceeb;  --sky-blue: #87ceeb;
  --soft-color-11: #90ee90;  --light-green: #90ee90;
  --soft-color-12: #e6e6fa;  --lavender: #e6e6fa;
  --soft-color-13: #ffa07a;  --light-salmon: #ffa07a;
  --soft-color-14: #f5deb3;  --wheat: #f5deb3;
}

