/* Font Loading */
@font-face {
  font-family: "Architects Daughter";
  src: url("/Resume/fonts/Architects_Daughter/ArchitectsDaughter-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
/* Base Typography */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Headings */
h1 {
  font-family: "Architects Daughter", cursive !important;
  font-size: 72px !important;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px 0;
  color: #1a202c;
  letter-spacing: 1px;
}

h2 {
  font-family: "Architects Daughter", cursive !important;
  font-size: 24px;
  font-weight: 700;
  color: #2b6cb0;
  margin: 30px 0 15px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #e2e8f0;
}

h3 {
  font-family: "Architects Daughter", cursive !important;
  font-size: 18px;
  font-weight: 600;
  color: #2d3748;
  margin: 20px 0 10px 0;
}

/* Links */
a {
  color: #2b6cb0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Header - Classic Jekyll Architect theme styling */
header {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #2e7bcf;
  border-bottom: solid 1px #275da1;
}

header h1 {
  color: white !important;
  margin: 0 0 20px 0;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

header h2 {
  color: #cee4f0 !important;
  margin: 0;
  font-size: 20px !important;
  font-weight: normal !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

header a {
  color: white;
  text-decoration: none;
}

header a:hover {
  text-decoration: none;
}

/* Layout */
.inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* Content sections */
#main-content {
  margin-bottom: 40px;
}

/* Responsive design */
@media (max-width: 768px) {
  body {
    padding: 10px;
  }
  h1 {
    font-size: 48px !important;
  }
}

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