@font-face {
    font-family: "Geometos";
    src: url(Geometos-Regular.woff) format("woff"),
    	 url(Geometos-Regular.woff2) format("woff2"),
    	 url(Geometos-Regular.ttf) format("truetype"),
    	 url(Geometos-Regular.eot),
    	 url(Geometos-Regular.otf) format("opentype"),
    	 url(Geometos-Regular.svg) format("svg");
    font-weight: 400;
}

@font-face {
    font-family: "Geometos";
    src: url(Geometos-Bold.woff) format("woff"),
    	 url(Geometos-Bold.ttf) format("truetype"),
    	 url(Geometos-Bold.eot),
    	 url(Geometos-Bold.svg) format("svg"),
    	 url(Geometos-Bold.otf) format("opentype");
    font-weight: 700;
}

