/* Minimal custom styles complementing Tailwind */
/* Ensure Roboto is applied everywhere as primary font */
html, body {
	font-family: 'Roboto', ui-sans-serif, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
}

/* Improve default file input appearance spacing in some browsers */
input[type="file"]::file-selector-button {
	margin-right: .75rem;
	border: 0;
	background: #111827;
	color: #fff;
	padding: .5rem .75rem;
	border-radius: .5rem;
	cursor: pointer;
}

.logo {
    margin-bottom: 30px;
}

.logo img {
	width: 170px;
}

/* Default state */
.logo-light {
    display: none;
  }
  .logo-dark {
    display: inline-block;
  }
