@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap");
body {
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: #f7f9fa;
  color: #232f3e; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 600;
  color: #1a1a1a; }

a {
  color: #4A8FCC;
  text-decoration: none;
  transition: color 0.2s ease; }
  a:hover {
    color: #3B7BB8; }

.about h1 {
  color: #1a1a1a;
  font-weight: 700;
  letter-spacing: -0.02em; }

.about h2 {
  color: #8c9ba5;
  font-weight: 400; }
  .about h2 a {
    color: #4A8FCC;
    font-weight: 500; }
    .about h2 a:hover {
      color: #3B7BB8; }

.social-icons a {
  color: #8c9ba5;
  transition: color 0.2s ease; }
  .social-icons a:hover {
    color: #4A8FCC; }

.navigation a {
  color: #232f3e; }
  .navigation a:hover {
    color: #4A8FCC; }

.content table {
  border-collapse: collapse;
  width: 100%; }
  .content table th {
    background-color: rgba(74, 143, 204, 0.1);
    border-bottom: 2px solid #4A8FCC; }
  .content table td, .content table th {
    padding: 0.75em 1em;
    border-bottom: 1px solid #dde3e8; }
  .content table tr:hover {
    background-color: rgba(74, 143, 204, 0.05); }

.content blockquote {
  border-left: 3px solid #4A8FCC;
  background-color: #ffffff;
  padding: 1em 1.5em;
  margin: 1.5em 0; }

.content strong {
  color: #1a1a1a; }

.footer {
  color: #8c9ba5; }
  .footer a {
    color: #4A8FCC; }

code {
  background-color: rgba(35, 47, 62, 0.08);
  color: #4A8FCC;
  padding: 0.2em 0.4em;
  border-radius: 3px; }

::selection {
  background-color: rgba(74, 143, 204, 0.2); }

.container.centered {
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  display: block !important; }
  .container.centered > * {
    display: block !important;
    width: 100% !important; }

.about {
  text-align: center;
  display: block !important;
  width: 100% !important; }
  .about h1 {
    margin-bottom: 0.5em; }
  .about h2 {
    margin-bottom: 1.5em;
    color: #232f3e !important;
    font-weight: 500; }

.certifications {
  margin: 2em auto;
  text-align: center;
  display: block !important;
  width: 100% !important; }
  .certifications .cert-badges {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    width: 100%;
    flex-wrap: wrap; }
    .certifications .cert-badges img {
      height: 120px;
      width: auto;
      max-width: 100%;
      transition: transform 0.2s ease; }
      .certifications .cert-badges img:hover {
        transform: scale(1.05); }
    .certifications .cert-badges a {
      display: inline-block;
      line-height: 0; }
      .certifications .cert-badges a img:hover {
        transform: scale(1.05); }

.home-description {
  margin: 2.5em auto 0;
  text-align: left;
  line-height: 1.8;
  color: #232f3e;
  display: block !important;
  width: 100% !important; }
  .home-description p {
    margin-bottom: 1.5em; }
    .home-description p:last-child {
      margin-bottom: 1.5em; }

#dark-mode-toggle,
.color-toggle,
[class*="color-toggle"],
[class*="theme-toggle"] {
  display: none !important; }

/*# sourceMappingURL=custom.css.map */