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

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


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

a,h1,h2,h3,h4 {font-family: 'Barlow SemiBold', Verdana, Arial};

body,p {font-family: 'Barlow Regular', Verdana, Arial};
