/*
Theme Name: AWWA VMS
Author: PixelMusica
Author URI: https://www.pixelmusica.com
Description: Custom theme built for AWWA's Volunteer Management System
Version: 0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* Google Font class for variable style */
.open-sans-<uniquifier> {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
      "width" 100;
  }
.screen-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -10000em;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
body {
    background-color: var(--e-global-color-030d5f6);
}