@font-face {
    font-family: lora;
    src: url('../fonts/Lora/static/Lora-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: barlow;
    src: url('../fonts/Barlow/Barlow-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: barlow;
    src: url('../fonts/Barlow/Barlow-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: barlow;
    src: url('../fonts/Barlow/Barlow-Italic.ttf');
    font-style: italic;
}