@font-face {
    font-family: 'Barlow', serif;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/Barlow-Regular.ttf") format('truetype');
}
@font-face {
    font-family: 'Barlow', serif;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/fonts/Barlow-Medium.ttf") format('truetype');
}

@font-face {
    font-family: 'Barlow', serif;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/fonts/Barlow-SemiBold.ttf") format('truetype');
}

@font-face {
    font-family: 'Barlow', serif;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/Barlow-Bold.ttf") format('truetype');
}

body{
    font-family:Barlow,sans-serif !important;
}