@font-face {
        font-family: "PoppinsBold";
        src: url("../fonts/poppins_bold.ttf");
        font-display: swap;
}
@font-face {
        font-family: "PoppinsMedium";
        src: url("../fonts/poppins_medium.ttf");
        font-display: swap;
}
@font-face {
        font-family: "PoppinsRegular";
        src: url("../fonts/poppins_regular.ttf");
        font-display: swap;
}
@font-face {
        font-family: "TheSweetestThing";
        src: url("../fonts/the_sweetest_thing.ttf");
        font-display: swap;
}
 .wow {
   visibility: hidden;
 }

#google-play-button {
    margin-left: -10px;
}

.white {
    color: #fff !important;
}

.toolbar-blue.sticky {
    background: #4E53B9 !important;
}

.pink {
    background: #F75C84 !important;
}

a {
    color: #4E53B9;
}

a:hover {
    color: #F75C84;
}

blockquote {
    -webkit-box-shadow: -4px 0px 0px 0px #4E53B9 !important;
    -moz-box-shadow: -4px 0px 0px 0px #4E53B9 !important;
    box-shadow: -4px 0px 0px 0px #4E53B9 !important;
}

blockquote:before {
    color: #F75C84 !important;
}

.appie-hero-area-2, .appie-footer-area {
    background: #F2EEE5 !important;
}