/* 
 * Custom styles for HelloTheme.
 *
 * For additional information on potential customization options,
 * read the developers' documentation:
 *
 * @package HelloTheme
 */

/* Add your custom CSS here */
/* Global */
a{
    color: #000;
}
:focus-visible,
:focus{
    outline:unset;
}
.page-content a{
    text-decoration: unset;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 9999s ease-in-out 0s;
    color: #fff !important;
    -webkit-text-fill-color: white!important;
    -webkit-box-shadow: 0 0 0 1000px var( --e-global-color-f33c269 ) inset !important;
    -webkit-background-clip: text !important;
    background-clip: text !important
}