@font-face {
    font-family: Raleway;
    src: url("/fonts/Raleway/Raleway-Regular.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: Raleway;
    src: url("/fonts/Raleway/Raleway-Italic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: Raleway;
    src: url("/fonts/Raleway/Raleway-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: Raleway;
    src: url("/fonts/Raleway/Raleway-SemiBold.ttf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: Raleway;
    src: url("/fonts/Raleway/Raleway-Bold.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: Raleway;
    src: url("/fonts/Raleway/Raleway-ExtraBold.ttf") format("truetype");
    font-weight: 800;
}