diff --git a/public/styles/layout.css b/public/styles/layout.css
index e1c5cbc..886c245 100644
--- a/public/styles/layout.css
+++ b/public/styles/layout.css
@@ -1 +1 @@
-h1,h2,h3,h4,h5,h6{font-family:"Urbanist", sans-serif}p{font-family:"Roboto", sans-serif}.container{max-width:700px;margin:auto}.profile-card{margin-top:30px;margin-bottom:30px}.profile-card .row{width:max-content;max-width:100vw;margin:auto;overflow-wrap:normal}.profile-card .row .headshot-container{display:inline-block;max-width:150px}.profile-card .row .headshot-container img{width:100%}.profile-card .row .text-container{display:inline-block;margin-left:20px}.profile-card .row .text-container h1,.profile-card .row .text-container p{margin:0px}.profile-card .row .text-container h1 a,.profile-card .row .text-container p a{text-decoration:none}.navigation-bar{text-align:center}.navigation-bar p{margin:0px}.navigation-bar p a{text-decoration:none}
+h1,h2,h3,h4,h5,h6{font-family:"Urbanist", sans-serif;font-weight:bolder}p{font-family:"Roboto", sans-serif;font-weight:normal}.container{max-width:700px;margin:auto}.profile-card{margin-top:30px;margin-bottom:30px}.profile-card .row{width:max-content;max-width:100vw;margin:auto;overflow-wrap:normal}.profile-card .row .headshot-container{display:inline-block;max-width:150px}.profile-card .row .headshot-container img{width:100%}.profile-card .row .text-container{display:inline-block;margin-left:20px}.profile-card .row .text-container h1,.profile-card .row .text-container p{margin:0px}.profile-card .row .text-container h1 a,.profile-card .row .text-container p a{text-decoration:none}.navigation-bar{text-align:center}.navigation-bar p{margin:0px}.navigation-bar p a{text-decoration:none}
diff --git a/sass/styles/layout.scss b/sass/styles/layout.scss
index 7fc65ae..3dcbff8 100644
--- a/sass/styles/layout.scss
+++ b/sass/styles/layout.scss
@@ -5,9 +5,11 @@ h4,
h5,
h6 {
font-family: "Urbanist", sans-serif;
+ font-weight: bolder;
}
p {
font-family: "Roboto", sans-serif;
+ font-weight: normal;
}
.container {
diff --git a/templates/base.html b/templates/base.html
index c08866c..8cc86ec 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -9,7 +9,7 @@
-
+
{% endblock head %}