/*--------------------------------------------------------------
Fonts
--------------------------------------------------------------*/

@font-face {
  font-family: 'Memphis';
  font-weight: 300;
  src: url('memphis/Memphis-Light.ttf') format("truetype");
  src: url('memphis/Memphis-Light.woff') format("woff");
  src: url('memphis/Memphis-Light.woff2') format("woff2");
}

@font-face {
  font-family: 'Memphis';
  font-weight: 400;
  src: url('memphis/Memphis-Medium.ttf') format("truetype");
  src: url('memphis/Memphis-Medium.woff') format("woff");
  src: url('memphis/Memphis-Medium.woff2') format("woff2");
}

@font-face {
  font-family: 'Memphis';
  font-weight: 500;
  src: url('memphis/Memphis-Bold.ttf') format("truetype");
  src: url('memphis/Memphis-Bold.woff') format("woff");
  src: url('memphis/Memphis-Bold.woff2') format("woff2");
}

@font-face {
  font-family: 'Memphis';
  font-weight: 700;
  src: url('memphis/Memphis-Extra-Bold.ttf') format("truetype");
  src: url('memphis/Memphis-Extra-old.woff') format("woff");
  src: url('memphis/Memphis-Extra-Bold.woff2') format("woff2");
}
