/*--------------------------------------------------------------
# Gotham
--------------------------------------------------------------*/
@font-face {
    font-family: "GothamBlack";
    src: url("../fonts/Gotham/Gotham-Black.otf");
}@font-face {
    font-family: "GothamBold";
    src: url("../fonts/Gotham/Gotham-Bold.otf");
}@font-face {
    font-family: "GothamBook";
    src: url("../fonts/Gotham/Gotham-Book.otf");
}@font-face {
    font-family: "GothamLight";
    src: url("../fonts/Gotham/Gotham-Light.otf");
}@font-face {
    font-family: "GothamMedium";
    src: url("../fonts/Gotham/Gotham-Medium.otf");
}@font-face {
    font-family: "GothamThin";
    src: url("../fonts/Gotham/Gotham-Thin.otf");
}@font-face {
    font-family: "GothamRoundMedium";
    src: url("../fonts/Gotham/GothamRound-Medium.otf");
}

.gotham-black{
	font-family: "GothamBlack", sans-serif;
}
.gotham-bold{
	font-family: "GothamBold", sans-serif;
}
.gotham-book{
	font-family: "GothamBook", sans-serif;
}
.gotham-light{
	font-family: "GothamLight", sans-serif;
}
.gotham-medium{
	font-family: "GothamMedium", sans-serif;
}
.gotham-thin{
	font-family: "GothamThin", sans-serif;
}
.gotham-rounded-medium{
	font-family: "GothamRoundMedium", sans-serif;
}

/*--------------------------------------------------------------
# Gilmer
--------------------------------------------------------------*/
@font-face {
    font-family: "GilmerBold";
    src: url("../fonts/Gilmer/Gilmer-Bold.otf");
} @font-face {
    font-family: "GilmerHeavy";
    src: url("../fonts/Gilmer/Gilmer-Heavy.otf");
} @font-face {
    font-family: "GilmerLight";
    src: url("../fonts/Gilmer/Gilmer-Light.otf");
} @font-face {
    font-family: "GilmerMedium";
    src: url("../fonts/Gilmer/Gilmer-Medium.otf");
} @font-face {
    font-family: "GilmerOutline";
    src: url("../fonts/Gilmer/Gilmer-Outline.otf");
} @font-face {
    font-family: "GilmerRegular";
    src: url("../fonts/Gilmer/Gilmer-Regular.otf");
}

.gilmer-bold{
	font-family: "GilmerBold", sans-serif;
}
.gilmer-heavy{
	font-family: "GilmerHeavy", sans-serif;
}
.gilmer-light{
	font-family: "GilmerLight", sans-serif;
}
.gilmer-medium{
	font-family: "GilmerMedium", sans-serif;
}
.gilmer-outline{
	font-family: "GilmerOutline", sans-serif;
}
.gilmer-regular{
	font-family: "GilmerRegular", sans-serif;
}

/*--------------------------------------------------------------
# Roboto
--------------------------------------------------------------*/
@font-face {
    font-family: "RobotoRegular";
    src: url("../fonts/Roboto/Roboto-Regular.ttf");
} @font-face {
    font-family: "RobotoMedium";
    src: url("../fonts/Roboto/Roboto-Medium.ttf");
} @font-face {
    font-family: "RobotoLight";
    src: url("../fonts/Roboto/Roboto-Light.otf");
}

.roboto-regular{
	font-family: "RobotoRegular", sans-serif;
}
.roboto-medium{
	font-family: "RobotoMedium", sans-serif;
}
.roboto-light{
	font-family: "RobotoBold", sans-serif;
}