/* READEX PRO Font */
/* extra light */
@font-face {
  font-family: 'READEX PRO';
  font-style: normal;
  font-weight: 200;
  src:  url('ReadexPro-ExtraLight.ttf') format('truetype');
}

/* light */
@font-face {
  font-family: 'READEX PRO';
  font-style: normal;
  font-weight: 300;
  src:  url('ReadexPro-Light.ttf') format('truetype');
}

/* regular */
@font-face {
  font-family: 'READEX PRO';
  font-style: normal;
  font-weight: 400;
  src:  url('ReadexPro-Regular.ttf') format('truetype');
}

/* medium */
@font-face {
  font-family: 'READEX PRO';
  font-style: normal;
  font-weight: 500;
  src:  url('ReadexPro-Medium.ttf') format('truetype');
}

/* semi bold */
@font-face {
  font-family: 'READEX PRO';
  font-style: normal;
  font-weight: 600;
  src:  url('ReadexPro-SemiBold.ttf') format('truetype');
}

/* bold */
@font-face {
  font-family: 'READEX PRO';
  font-style: normal;
  font-weight: 700;
  src:  url('ReadexPro-Bold.ttf') format('truetype');
}


