@font-face {
    font-family: "YoungSerif";
    src: url("assets/fonts/young-serif/YoungSerif-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "OutfitThin";
    src: url("assets/fonts/outfit/Outfit-VariableFont_wght.ttf") format('truetype');
}

body {
    background-color: #F3E5D7;
    color: #5F564D;
    padding-top: 128px;
} 

h1, h2 {
    font-family: "YoungSerif";
}

p, ol, ul {
    font-size: 16px;
}

p, ol, ul, h3 {
    font-family: "OutfitThin";
    font-weight: 400;
}

ol p {
    margin-bottom: 8px;
}

p {
    margin: 0;
}

h1 {
    color: #312E2C;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 24px;
}

li {
    line-height: 150%;
    margin-bottom: 8px;
}

h2 {
    color: #854632;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0px;
    font-weight: 800;
    margin-bottom: 24px;
}

h3 {
    color: #7A284E;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;
}

hr {
    margin-top: 32px;
    margin-bottom: 32px;
    background-color: #E3DDD7;
    border: none;
    height: 1px;
} 

.description1 {
    margin-top: 24px;
    margin-bottom: 32px; 
}

.description2 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.nutrition-bar {
    margin-top: 12px;
    margin-bottom: 12px;
}

ol li::marker {
    font-weight: 800;
    color: #854632;
}

ul li::marker {
    color: #854632;
}

.preparation-card li::marker {
    color: #7A284E;
}

.preparation-card {
    background-color: #FFF7FB;
    border-radius: 12px;
    padding: 24px;
    margin-top: 32px;
    margin-bottom: 32px;
    height: 124px;
    width: 608px;
}

span {
    font-weight: 800;
}

.recipe-card {
    height: 1660px;
    width: 656px;
    background-color: white;
    padding: 24px;
    margin: auto;
    border-radius: 24px;
    padding: 40px;
}

img {
    width: 100%;
    height: 300px;
    display: block;
    margin: auto;
    margin-bottom: 40px;
    border-radius: 12px;
}

.inline {
    display: inline-block;
}

.start {
    width: 50%;
}

.bold {
    font-size: 16px;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: 0px;
    color: #7A284E;
}