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

@font-face {
    font-family: 'PlayfairDisplay';
    font-style: normal;
    font-weight: 100;
    src: url('PlayfairDisplay-ExtraLight.ttf');
}

@font-face {
    font-family: 'PlayfairDisplay';
    font-style: normal;
    font-weight: 200;
    src: url('PlayfairDisplay-Light.ttf');
}

@font-face {
    font-family: 'PlayfairDisplay';
    font-style: normal;
    font-weight: 500;
    src: url('PlayfairDisplay-Medium.ttf');
}

@font-face {
    font-family: 'PlayfairDisplay';
    font-style: normal;
    font-weight: 700;
    src: url('PlayfairDisplay-SemiBold.ttf');
}

@font-face {
    font-family: 'PlayfairDisplay';
    font-style: normal;
    font-weight: 800;
    src: url('PlayfairDisplay-Bold.ttf');
}

@font-face {
    font-family: 'PlayfairDisplay';
    font-style: normal;
    font-weight: 900;
    src: url('PlayfairDisplay-ExtraBold.ttf');
}
