@import url('https://fonts.googleapis.com/css2?family=Platypi:ital,wght@0,300..800;1,300..800&display=swap');

:root {
  --app-background-color: #143d63;
}

body {
  font-family: 'Platypi', serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.menu_button {
  background-color: #f4f7f9;
}

.user_text {
  color: #f4f7f9;
}
