/*
Theme Name: Town of East Haven
Theme URI: https://townofeasthaven.com
Author: Town of East Haven Team
Author URI: https://townofeasthaven.com
Description: An independent community platform for East Haven, Connecticut. Built by residents, for residents.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: townofeasthaven
Tags: community, custom, single-page, coastal
*/

:root {
  --color-bg:         #F8F4ED;
  --color-navy:       #0A314F;
  --color-seafoam:    #A3C4B8;
  --color-charcoal:   #3F3A36;
  --color-white:      #FFFFFF;
  --color-navy-light: #12446C;
  --font-heading: 'Playfair Display', 'Didot', 'Georgia', serif;
  --font-body:    'Lato', 'Source Sans Pro', sans-serif;
  --space-xs:  0.5rem;
  --space-sm:  1rem;
  --space-md:  2rem;
  --space-lg:  4rem;
  --space-xl:  7rem;
  --max-width: 1160px;
  --radius:    4px;
  --transition: 0.25s ease;
}
