/* ############# Font > FRANK ############# */

@font-face {
	font-family: "frank_bold";
	src: url("./frank/FrankRuhlLibre-Bold.ttf");
	font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: "frank_medium";
	src: url("./frank/FrankRuhlLibre-Medium.ttf");
	font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: "frank_light";
	src: url("./frank/FrankRuhlLibre-Light.ttf");
	font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: "frank_regular";
	src: url("./frank/FrankRuhlLibre-Regular.ttf");
	font-weight: normal;
    font-style: normal;
}