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

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