@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Jost:wght@300;400;500&display=swap');
.remind-loading-line { animation: remindPulse 2s ease infinite; }
@keyframes remindPulse { 0%, 100% { opacity: 0.25; } 50% { opacity: 1; } }
