/* Typography imported from Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Staatliches&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sekuya&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BBH+Bartle&display=swap");

body {
  font-family: "Rubik", sans-serif;
  padding: 1rem;
}

h1 {
  font-family: "BBH Bartle", regular;
  font-weight: 400;
  color: beige;
  font-size: 3rem;
}

h3 {
  font-weight: bold;
  font-size: 1.5rem;
}

p {
  padding-top: 0.5rem;
}

/* header styles */
header {
  background: rgb(152, 58, 58);
  padding: 2rem;
  font-weight: bold;
  font-size: 2rem;
}

.position-title {
  color: beige;
  margin-top: 1.5rem;
}

/* education section styles */
.edu-header {
  font-family: "BBH Bartle", regular;
  font-weight: 400;
  color: rgb(190, 87, 19);
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.education {
  background: rgb(238, 181, 131);
  padding: 2rem;
}

.edu-years {
  font-style: italic;
  padding-top: 0.5rem;
  margin-bottom: 1.5rem;
}

/* skills section styles */
.skills-header {
  font-family: "BBH Bartle", regular;
  font-weight: 400;
  color: rgb(164, 48, 16);
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.skills {
  background: rgb(232, 139, 96);
  padding: 2rem;
}

li {
  margin-bottom: 0.5rem;
}
/* .paragraph-md {
  font-size: 1.5rem;
  color: navy;
} */

/* .paragraph-sm {
  font-size: 0.8rem;
  color: rebeccapurple;
} */
