/* light */
@font-face {
  font-family: 'Josefin_Sans';
  font-style: normal;
  font-weight: lighter;
  src: url("JosefinSans-ExtraLight.ttf");
}
@font-face {
  font-family: 'Josefin_Sans';
  font-style: italic;
  font-weight: lighter;
  src: url("JosefinSans-ExtraLightItalic.ttf");
}
@font-face {
  font-family: 'Josefin_Sans';
  font-style: normal;
  font-weight: light;
  src: url("JosefinSans-Light.ttf");
}
@font-face {
  font-family: 'Josefin_Sans';
  font-style: italic;
  font-weight: light;
  src: url("JosefinSans-LightItalic.ttf");
}
/* normal */
@font-face {
  font-family: 'Josefin_Sans';
  font-style: normal;
  font-weight: normal;
  src: url("JosefinSans-Regular.ttf");
}
@font-face {
  font-family: 'Josefin_Sans';
  font-style: italic;
  font-weight: normal;
  src: url("JosefinSans-Italic.ttf");
}
@font-face {
  font-family: 'Josefin_Sans';
  font-style: normal;
  font-weight: 400;
  src: url("JosefinSans-Regular.ttf");
}
@font-face {
  font-family: 'Josefin_Sans';
  font-style: italic;
  font-weight: 400;
  src: url("JosefinSans-RegularItalic.ttf");
}
/* bold */
@font-face {
  font-family: 'Josefin_Sans';
  font-style: normal;
  font-weight: bold;
  src: url("JosefinSans-Bold.ttf");
}
@font-face {
  font-family: 'Josefin_Sans';
  font-style: italic;
  font-weight: bold;
  src: url("JosefinSans-BoldItalic.ttf");
}
@font-face {
  font-family: 'Josefin_Sans';
  font-style: normal;
  font-weight: 700;
  src: url("JosefinSans-Bold.ttf");
}
@font-face {
  font-family: 'Josefin_Sans';
  font-style: italic;
  font-weight: 700;
  src: url("JosefinSans-BoldItalic.ttf");
}
/* bolder */
@font-face {
  font-family: 'Josefin_Sans';
  font-style: normal;
  font-weight: 800;
  src: url("JosefinSans-Bold.ttf");
}
@font-face {
  font-family: 'Josefin_Sans';
  font-style: italic;
  font-weight: 800;
  src: url("JosefinSans-BoldItalic.ttf");
}
