@font-face
{
    font-family:sw;
    src:url(fonts/sw-Light.eot) format('embedded-opentype'),
    url(fonts/sw-Light.woff) format('woff'),url(fonts/sw-Light.otf) format('opentype')
}
@font-face{
    font-family:sw-Medium;
    src:url(fonts/sw-Medium.eot) format('embedded-opentype'),url(fonts/sw-Medium.woff) format('woff'),
    url(fonts/sw-Medium.otf) format('opentype')
}

 body{
    font-family: 'sw' !important;
}

.sw-font-bold{
    font-family: 'sw-Medium' !important;
}
.sw-font-light{
    font-family: 'sw' !important;
}
.aygn6 {
    margin-left:0.75em;
}
body{
    zoom:80%
}



    :root {
        --primaryColor: #31ad9e;
       --secondaryColor:#01635d;
       --baseColor:#c7d4d3;
    }

    .h-0{



            background: linear-gradient(var(--primaryColor), #fff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;


    }
    .h-shadow{
        text-shadow: 1px 1px 2px white, 0 0 25px var(--secondaryColor), 0 0 5px var(--primaryColor);
        margin-bottom:10px !important;

    }
.h-2{
  font-size: 22px !important;
}


