/* Custom font for a cleaner look */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
body {
    font-family: 'Inter', sans-serif;
}
/* Custom styles for the main title */
.main-form-title {
    font-family: 'Arial', sans-serif; /* Set font to Arial */
    font-size: 14pt; /* Set font size to 14pt */
}
/* Custom styles for the phone number */
.phone-number-style {
    font-family: 'Arial', sans-serif; /* Set font to Arial */
    font-size: 14pt; /* Set font size to 14pt */
}
