/* css styles */

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

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

h1, h2, h3, h4, h5, h5 {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  color: #2D6A4F;
}

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

.navbar-title {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  color: #2D6A4F;
}

.menu-text {
  color: #2D6A4F;
}

