/* Site customizations (keeps gem head/layouts free of large inline style forks). */

/* Blue theme instead of pink/purple */
:root {
  --global-theme-color: #0076df;
  --global-hover-color: #0076df;
  --global-code-bg-color: rgba(0, 118, 223, 0.05);
}

html[data-theme="dark"] {
  --global-theme-color: #4da3ff;
  --global-hover-color: #4da3ff;
}

/* Inter instead of Roboto */
html,
body {
  font-family: Inter, system-ui, -apple-system, sans-serif !important;
}

/* Smaller social icons (theme default is 4rem) */
.social .contact-icons {
  font-size: 1.25rem !important;
}

.social .contact-icons a i,
.social .contact-icons a svg {
  font-size: 1.25rem !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  vertical-align: middle;
}

.social .contact-icons a img,
.social .contact-icons a svg image {
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin-bottom: 0.25rem !important;
}

.navbar-brand.social {
  font-size: 1.1rem !important;
}

/* Unbold first name in about title */
.post-title .font-weight-bold {
  font-weight: inherit;
}
