@font-face {
    font-family: OpenSans;
    src: url(fonts/OpenSans-Regular.ttf);
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: OpenSans;
    src: url(fonts/OpenSans-Bold.ttf);
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: OpenSans;
    src: url(fonts/OpenSans-Italic.ttf);
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: SourceSerifPro-Regular;
    src: url(fonts/SourceSerifPro-Regular.ttf);
    font-style: normal;
    font-weight: 400;
}

header {
    font-size: 15px;
    text-align: right;
    color: black;
    font-family: OpenSans;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 25px;
}

body {
    background-color: rgb(247, 245, 242);
    max-width: 65ch;
    margin: auto; 
    padding: 40px;
    font-family: OpenSans;
    color: black;
    line-height: 1.5;
}

p {
    font-family: SourceSerifPro-Regular;
    font-size: 17px;
}

hr {
    border-radius: 10px;
}

footer {
    font-size: 15px;
    text-align: right;
    color: black;
    font-family: OpenSans;
}

figure {
    text-align: left;
}

img {
    width: 100%;
    border-radius: 10px;    
}

a {
    color: black;
    text-decoration: none;
}

figcaption {
    font-family: SourceSerifPo-Regular;
    line-height: 1.5;
    font-size: 15px;
    color: black;
}
