/* - Arrows - */
@font-face {
    font-family: "arrows";
    src: url("/fonts/arrows.woff2") format("woff2");
}
/* - Montserrat - */
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/montserrat/Montserrat-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/montserrat/Montserrat-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/montserrat/Montserrat-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/montserrat/Montserrat-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("/fonts/montserrat/Montserrat-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}
/* - Gotham - */
@font-face {
    font-family: "Gotham";
    src: url("/fonts/gotham/Gotham-Thin.otf") format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Gotham";
    src: url("/fonts/gotham/Gotham-XLight.otf") format("truetype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Gotham";
    src: url("/fonts/gotham/Gotham-Light.otf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Gotham";
    src: url("/fonts/gotham/Gotham-Book.otf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Gotham";
    src: url("/fonts/gotham/Gotham-Medium.otf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Gotham";
    src: url("/fonts/gotham/Gotham-Bold.otf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Gotham";
    src: url("/fonts/gotham/Gotham-Black.otf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Gotham";
    src: url("/fonts/gotham/Gotham-Ultra.otf") format("truetype");
    font-weight: 800;
    font-style: normal;
}
