@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;600;700&display=swap');

body {
  font-family: 'Nunito', sans-serif;
}

input, textarea, select, button {
  font-family: 'Nunito', sans-serif;
}

.text-header {
  font-family: 'Lora', serif;
}