/* /couple_app/assets/couple-theme.css */
@import url('https://fonts.googleapis.com/css2?family=ZCOOL+KuaiLe&display=swap');

body, h1, h2, button {
    font-family: 'ZCOOL KuaiLe', cursive, 'Helvetica Neue', Arial, sans-serif;
}

.auth-container h2, .main-header h1 {
    color: #ff7eb3; /* 更柔和的粉色 */
}

.btn {
    background-color: #ff7eb3;
    transition: transform 0.2s;
}

.btn:hover {
    background-color: #ff5c9e;
    transform: scale(1.05);
}