/*-------------------------- Fonts --------------------------*/

@font-face {
    font-family:'GeomanistUltra';
    font-style:normal;
    font-weight:900;
    src:local('Geomanist Ultra'), local('Geomanist-Ultra'), url('Fonts/Geomanist-Ultra.ttf') format('truetype');
}
@font-face {
    font-family:'GeomanistBlack';
    font-style:normal;
    font-weight:800;
    src:local('Geomanist Black'), local('Geomanist-Black'), url('Fonts/Geomanist-Black.ttf') format('truetype');
}
@font-face {
    font-family:'GeomanistBold';
    font-style:normal;
    font-weight:700;
    src:local('Geomanist Bold'), local('Geomanist-Bold'), url('Fonts/Geomanist-Bold.ttf') format('truetype');
}
@font-face {
    font-family:'GeomanistMedium';
    font-style:normal;
    font-weight:600;
    src:local('Geomanist Medium'), local('Geomanist-Medium'), url('Fonts/Geomanist-Medium.ttf') format('truetype');
}
@font-face {
    font-family:'GeomanistBook';
    font-style:normal;
    font-weight:500;
    src:local('Geomanist Book'), local('Geomanist-Book'), url('Fonts/Geomanist-Book.ttf') format('truetype');
}
@font-face {
    font-family:'GeomanistRegular';
    font-style:normal;
    font-weight:400;
    src:local('Geomanist Regular'), local('Geomanist-Regular'), url('Fonts/Geomanist-Regular.ttf') format('truetype');
}
@font-face {
    font-family:'GeomanistLight';
    font-style:normal;
    font-weight:300;
    src:local('Geomanist Light'), local('Geomanist-Light'), url('Fonts/Geomanist-Light.ttf') format('truetype');
}
@font-face {
    font-family:'GeomanistExtraLight';
    font-style:normal;
    font-weight:200;
    src:local('Geomanist ExtraLight'), local('Geomanist-ExtraLight'), url('Fonts/Geomanist-ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family:'GeomanistThin';
    font-style:normal;
    font-weight:100;
    src:local('Geomanist Thin'), local('Geomanist-Thin'), url('Fonts/Geomanist-Thin.ttf') format('truetype');
}


@font-face {
    font-family:'Braxton';
    font-style:normal;
    font-weight:400;
    src:local('Braxton'), local('Braxton'), url('Fonts/Braxton.otf') format('truetype');
}