@font-face {
    font-family:'Raleway';
    src: url('Raleway-Regular.ttf') format('ttf');
    font-weight:'400';
    font-style: normal;
    font-display: swap;
}

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

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

