@font-face {
    font-family: 'Barlow';
    font-weight: 300;
    font-style: normal;
    src: local('Barlow'), url('/fonts/Barlow/Barlow-Regular.otf') format('truetype');
}

@font-face {
    font-family: 'Barlow';
    font-weight: 500;
    font-style: normal;
    src: local('Barlow'), url('/fonts/Barlow/Barlow-Medium.otf') format('truetype');
}

@font-face {
    font-family: 'Barlow';
    font-weight: 600;
    font-style: normal;
    src: local('Barlow'), url('/fonts/Barlow/Barlow-SemiBold.otf') format('truetype');
}

@font-face {
    font-family: 'Barlow';
    font-weight: 700;
    font-style: normal;
    src: local('Barlow'), url('/fonts/Barlow/Barlow-Bold.otf') format('truetype');
}
