/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 .momo-plugin-wrapper {
    font-size: 16px;
    font-family: Arial, sans-serif;
}

.momo-plugin-wrapper input,
.momo-plugin-wrapper button,
.momo-plugin-wrapper select,
.momo-plugin-wrapper textarea {
    font-size: 16px;
}

.momo-plugin-wrapper {
    all: revert;
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
}