@font-face{
    font-family: 'Karla';
    src: url('../fonts/Karla-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
@font-face{
    font-family: 'Karla';
    src: url('../fonts/Karla-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}
@font-face{
    font-family: 'Karla';
    src: url('../fonts/Karla-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face{
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face{
    font-family: 'youngserif';
    src: url('../fonts/YoungSerif-Regular.otf');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}