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

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

h1, h2, h3, .logo-text {
  font-family: 'Ubuntu', sans-serif;
}
