@font-face {
    font-family: 'Read';
    src: url('Read-Bold_V3000.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Read';
    src: url('Read-Light_V3000.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Read';
    src: url('Read-Medium_V3000.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Read';
    src: url('Read-Regular_V3000.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

