/* DFH GLOBAL FONT + DARK INPUT/BUTTON SKINS — HOME */
.frontpage-ui,
.frontpage-ui *,
.home-order-progress,
.dfh-home-cart-overlay,
.dfh-home-cart-overlay *{
font-family:"DFH Plex","IBM Plex Sans",sans-serif !important;
}
/* The original artwork for these two controls is white. Invert only the
artwork so the controls read as dark elements on the black homepage,
while preserving their original proportions and typography. */
.email-input .input-bg,
.private-access-button img{
filter:invert(1) !important;
}
.email-input input{
color:#fff !important;
}
.email-input input::placeholder{
color:#fff !important;
opacity:.72 !important;
}
@media(max-width:768px){
.email-input input{
font-family:"DFH Plex","IBM Plex Sans",sans-serif !important;
color:#fff !important;
}
}