/**
*
* All Rights Reserved.
* Better, Harder, Faster, Stronger.
*
* @author Gerardo Jaramillo
* font.css
*
*/

@font-face {
font-family: "InterTight";
src: url('/fonts/InterTight-Thin.ttf');
font-weight: 100;
}
@font-face {
font-family: "InterTight";
src: url('/fonts/InterTight-ExtraLight.ttf');
font-weight: 200;
}
@font-face {
font-family: "InterTight";
src: url('/fonts/InterTight-Light.ttf');
font-weight: 300;
}
@font-face {
font-family: "InterTight";
src: url('/fonts/InterTight-Regular.ttf');
font-weight: 400;
}
@font-face {
font-family: "InterTight";
src: url('/fonts/InterTight-Medium.ttf');
font-weight: 500;
}
@font-face {
font-family: "InterTight";
src: url('/fonts/InterTight-SemiBold.ttf');
font-weight: 600;
}
@font-face {
font-family: "InterTight";
src: url('/fonts/InterTight-Bold.ttf');
font-weight: 700;
}
@font-face {
font-family: "InterTight";
src: url('/fonts/InterTight-ExtraBold.ttf');
font-weight: 800;
}
@font-face {
font-family: "InterTight";
src: url('/fonts/InterTight-Black.ttf');
font-weight: 900;
}

@font-face {
font-family: "Ubuntu";
src: url('/fonts/Ubuntu-Light.ttf');
font-weight: 300;
}
@font-face {
font-family: "Ubuntu";
src: url('/fonts/Ubuntu-Regular.ttf');
font-weight: 400;
}
@font-face {
font-family: "Ubuntu";
src: url('/fonts/Ubuntu-Medium.ttf');
font-weight: 500;
}
@font-face {
font-family: "Ubuntu";
src: url('/fonts/Ubuntu-Bold.ttf');
font-weight: 700;
}

@font-face {
font-family: "Quicksand";
src: url('/fonts/Quicksand-Light.ttf');
font-weight: 300;
}
@font-face {
font-family: "Quicksand";
src: url('/fonts/Quicksand-Regular.ttf');
font-weight: 400;
}
@font-face {
font-family: "Quicksand";
src: url('/fonts/Quicksand-Medium.ttf');
font-weight: 500;
}
@font-face {
font-family: "Quicksand";
src: url('/fonts/Quicksand-SemiBold.ttf');
font-weight: 600;
}
@font-face {
font-family: "Quicksand";
src: url('/fonts/Quicksand-Bold.ttf');
font-weight: 700;
}

@font-face {
font-family: "Nunito";
src: url('/fonts/Nunito-ExtraLight.ttf');
font-weight: 200;
}
@font-face {
font-family: "Nunito";
src: url('/fonts/Nunito-Light.ttf');
font-weight: 300;
}
@font-face {
font-family: "Nunito";
src: url('/fonts/Nunito-Regular.ttf');
font-weight: 400;
}
@font-face {
font-family: "Nunito";
src: url('/fonts/Nunito-Medium.ttf');
font-weight: 500;
}
@font-face {
font-family: "Nunito";
src: url('/fonts/Nunito-SemiBold.ttf');
font-weight: 600;
}
@font-face {
font-family: "Nunito";
src: url('/fonts/Nunito-Bold.ttf');
font-weight: 700;
}
@font-face {
font-family: "Nunito";
src: url('/fonts/Nunito-ExtraBold.ttf');
font-weight: 800;
}
@font-face {
font-family: "Nunito";
src: url('/fonts/Nunito-Black.ttf');
font-weight: 900;
}