/* css styles */
.navbar-brand {
  height: 150px;
}

.navbar-brand > img {
  height: 100%;
}

.navbar-logo {
  max-height: 150px;
  width: auto;
  align-items: baseline;
}

nav.navbar{
  font-family: 'Roboto', sans-serif;
}

body {
  font-family: "Nunito Sans", "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}

/* Apply emoji-supporting font to R chunk output */
pre, code {
  font-family: "Courier New", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", monospace;
  font-size: 1em;
  line-height: 1.4;
}

/* Ensure SVG uses current color */
.navbar-brand svg,
.navbar-brand img {
  max-height: 240px;
  height: auto;
  width: auto;
  fill: currentColor;
}

/* Style the whole container */
.listing-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1em;
  margin-top: 1em;
}
