:root {
  --primary: #3273dc;
  --link: #3273dc;
  --text: #222;
}

.navbar, .footer {
  background-color: #ffffff !important;
}

.navbar .navbar-item.navbar-logo {
  font-weight: 700;
}

a, .title a {
  color: var(--link);
}

a:hover {
  color: #2056a3;
}

.card.widget .title, .card.widget .menu-label {
  color: var(--text);
}

.image .avatar {
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0.05);
}

.tag.is-primary,
.button.is-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
