@font-face {
    font-family: 'merriweather bold';
    src: url('./Merriweather-Bold.ttf');
}
@font-face {
    font-family: 'merriweather regular';
    src: url('./Merriweather-Regular.ttf');
}
@font-face {
    font-family: 'merriweather light';
    src: url('./Merriweather-Light.ttf');
}
@font-face {
    font-family: 'playfair display bold';
    src: url('./PlayfairDisplay-Bold.ttf');
}
@font-face {
    font-family: 'playfair display regular';
    src: url('./PlayfairDisplay-Regular.ttf');
}
@font-face {
    font-family: 'playfair display medium';
    src: url('./PlayfairDisplay-Medium.ttf');
}
@font-face {
    font-family: 'open sans';
    src: url('./OpenSans-VariableFont_wdth,wght.ttf');
}