@font-face {
    font-family: "Young Serif";
    src: url('fonts/young-serif/YoungSerif-Bold.ttf');
    src: url('fonts/young-serif/YoungSerif-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Young Serif";
    src: url('fonts/young-serif/YoungSerif-BoldItalic.ttf');
    src: url('fonts/young-serif/YoungSerif-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Young Serif";
    src: url('fonts/young-serif/YoungSerif-Medium.ttf');
    src: url('fonts/young-serif/YoungSerif-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Young Serif";
    src: url('fonts/young-serif/YoungSerif-MediumItalic.ttf');
    src: url('fonts/young-serif/YoungSerif-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Young Serif";
    src: url('fonts/young-serif/YoungSerif-Regular.ttf');
    src: url('fonts/young-serif/YoungSerif-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Young Serif";
    src: url('fonts/young-serif/YoungSerif-RegularItalic.ttf');
    src: url('fonts/young-serif/YoungSerif-RegularItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Young Serif";
    src: url('fonts/young-serif/YoungSerif-Light.ttf');
    src: url('fonts/young-serif/YoungSerif-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Young Serif";
    src: url('fonts/young-serif/YoungSerif-LightItalic.ttf');
    src: url('fonts/young-serif/YoungSerif-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Young Serif", sans-serif;
    font-weight: normal;
}



