@font-face {
    font-family: 'Raleway-Regular';
    src: url('Raleway-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-Bold';
    src: url('Raleway-Bold.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-Thin';
    src: url('Raleway-Thin.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-Light';
    src: url('Raleway-Light.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-Medium';
    src: url('Raleway-Medium.ttf') format('truetype');
    font-display: swap;
}