/*Google Fonts | about @ licence
https://fonts.google.com/specimen/Barlow+Condensed/about?query=barlow+condensed*/


@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 300;
    src: url("googlefonts/BarlowCondensed-Light.ttf");
}
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 400;
    src: url("googlefonts/BarlowCondensed-Regular.ttf");
}
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 500;
    src: url("googlefonts/BarlowCondensed-Medium.ttf");
}
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 600;
    src: url("googlefonts/BarlowCondensed-SemiBold.ttf");
}
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 700;
    src: url("googlefonts/BarlowCondensed-Bold.ttf");
}
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 800;
    src: url("googlefonts/BarlowCondensed-ExtraBold.ttf");
}
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 900;
    src: url("googlefonts/BarlowCondensed-Black.ttf");
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: url("googlefonts/Barlow-Regular.ttf");
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    src: url("googlefonts/Barlow-Medium.ttf");
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: url("googlefonts/Barlow-SemiBold.ttf");
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: url("googlefonts/Barlow-Bold.ttf");
}
