@font-face {
    font-family: 'Barlow Regular';
    font-style: normal;
    src: local('Barlow-Regular.ttf'),
         url('../font/Barlow-Regular.ttf');
}

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

@font-face {
    font-family: 'Barlow Light';
    font-style: normal;
    src: local('Barlow-Light.ttf'),
         url('../font/Barlow-Light.ttf');
}

@font-face {
    font-family: 'Barlow Extra Light';
    font-style: normal;
    src: local('Barlow-Extra-Light.ttf'),
         url('../font/Barlow-Extra-Light.ttf');
}

@font-face {
    font-family: 'Barlow Thin';
    font-style: normal;
    src: local('Barlow-Thin.ttf'),
         url('../font/Barlow-Thin.ttf');
}

@font-face {
    font-family: 'Barlow Semi Bold';
    font-style: normal;
    src: local('Barlow-SemiBold.ttf'),
         url('../font/Barlow-SemiBold.ttf');
}

@font-face {
    font-family: 'Barlow Extra Bold';
    font-style: normal;
    src: local('Barlow-ExtraBold.ttf'),
         url('../font/Barlow-ExtraBold.ttf');
}

@font-face {
    font-family: 'Barlow Black';
    font-style: normal;
    src: local('Barlow-Black.ttf'),
         url('../font/Barlow-Black.ttf');
}

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

@font-face {
    font-family: 'BarlowCondensed Regular';
    font-style: normal;
    src: local('BarlowCondensed-Regular.ttf'),
         url('../font/BarlowCondensed-Regular.ttf');
}

@font-face {
    font-family: 'BarlowCondensed Medium';
    font-style: normal;
    src: local('BarlowCondensed-Medium.ttf'),
         url('../font/BarlowCondensed-Medium.ttf');
}

@font-face {
    font-family: 'BarlowCondensed Light';
    font-style: normal;
    src: local('BarlowCondensed-Light.ttf'),
         url('../font/BarlowCondensed-Light.ttf');
}

@font-face {
    font-family: 'BarlowCondensed Extra Light';
    font-style: normal;
    src: local('BarlowCondensed-Extra-Light.ttf'),
         url('../font/BarlowCondensed-Extra-Light.ttf');
}

@font-face {
    font-family: 'BarlowCondensed Thin';
    font-style: normal;
    src: local('BarlowCondensed-Thin.ttf'),
         url('../font/BarlowCondensed-Thin.ttf');
}

@font-face {
    font-family: 'BarlowCondensed Semi Bold';
    font-style: normal;
    src: local('BarlowCondensed-SemiBold.ttf'),
         url('../font/BarlowCondensed-SemiBold.ttf');
}

@font-face {
    font-family: 'BarlowCondensed Extra Bold';
    font-style: normal;
    src: local('BarlowCondensed-ExtraBold.ttf'),
         url('../font/BarlowCondensed-ExtraBold.ttf');
}

@font-face {
    font-family: 'BarlowCondensed Black';
    font-style: normal;
    src: local('BarlowCondensed-Black.ttf'),
         url('../font/BarlowCondensed-Black.ttf');
}

@font-face {
    font-family: 'BarlowCondensed Italic';
    font-style: Italic;
    src: local ('BarlowCondensed-Italic.ttf'),
         url('../font/BarlowCondensed-Italic.ttf');
}

