@font-face {
    font-family: 'Philosopher';
    src: url('../fonts/Philosopher-Regular.eot');
    src: url('../fonts/Philosopher-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Philosopher-Regular.svg#Philosopher-Regular') format('svg'),
         url('../fonts/Philosopher-Regular.ttf') format('truetype'),
         url('../fonts/Philosopher-Regular.woff') format('woff'),
         url('../fonts/Philosopher-Regular.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'Philosopher';
    src: url('../fonts/Philosopher-Bold.eot');
    src: url('../fonts/Philosopher-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Philosopher-Bold.svg#Philosopher-BoldI') format('svg'),
         url('../fonts/Philosopher-Bold.ttf') format('truetype'),
         url('../fonts/Philosopher-Bold.woff') format('woff'),
         url('../fonts/Philosopher-Bold.woff2') format('woff2');
    font-weight: 700;
  }