/* Google Fonts: Inter Light 300 */
/* Previous: @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400&family=Nunito:wght@400&display=swap');

body, html {
  font-family: 'Inter', 'Nunito', Arial, Helvetica, sans-serif;
  font-weight: 400;
}

