/* Color Palette
# - Muted Teal #89B6A5
# - Vintage Grape #4C3B4D
# - Frozen Water #C9EDDC
# - Muted Teal #82968C (Name given by palette)
*/


.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
/* Global styles 
------------------------------------*/
body {
    background: #303633;
    font-family: "Playfair Display", serif;
    font-weight: 500; /*Playfair Display supports 400-900 weight*/

}
h1, h2, h3{
    font-family: "Instrument Serif", serif; /*Instrument only has font-weight 400*/
}
h1{
    font-size: 45px;
}
h2{
    font-size: 30px;
}


/* Header 
------------------------------------*/
header {
    background: #C9EDDC;
    color: #070600;
}

/* Footer 
------------------------------------*/
Footer {
    background: #4C3B4D;
    color: #D5CFE1;
    
}

/* Work Experience
------------------------------------*/
.work {
    background: #89B6A5;
    color: #070600;
}


/* Education
------------------------------------*/
.education {
    background: #82968C;
    color: #D5CFE1;
}