@font-face {
  font-family: 'McLaren';
  font-style: normal;
  font-weight: normal;
  src: local('McLaren Regular'), url('/Fonts/McLaren/McLaren-Regular.ttf') format('ttf'), url('/Fonts/McLaren/McLaren-Regular.woff') format('woff'), url('/Fonts/McLaren/McLaren-Regular.eot') format('eot');
}
@font-face {
  font-family: 'Epilogue';
  font-style: normal;
  font-weight: normal;
  src: local('Epilogue Regular'), url('/Fonts/Epilogue/Epilogue-Regular.ttf') format('ttf'), url('/Fonts/Epilogue/Epilogue-Regular.woff') format('woff'), url('/Fonts/Epilogue/Epilogue-Regular.eot') format('eot');
}
@font-face {
  font-family: 'EpilogueBold';
  font-style: normal;
  font-weight: normal;
  src: local('Epilogue Bold'), url('/Fonts/Epilogue/Epilogue-Bold.ttf') format('ttf'), url('/Fonts/Epilogue/Epilogue-Bold.woff') format('woff'), url('/Fonts/Epilogue/Epilogue-Bold.eot') format('eot');
}
@font-face {
  font-family: 'EpilogueLight';
  font-style: normal;
  font-weight: normal;
  src: local('Epilogue Light'), url('/Fonts/Epilogue/Epilogue-Ligth.ttf') format('ttf'), url('/Fonts/Epilogue/Epilogue-Ligth.woff') format('woff'), url('/Fonts/Epilogue/Epilogue-Ligth.eot') format('eot');
}
.mclaren { font-family: 'McLaren', Verdana, Arial;}
.epilogue{ font-family: 'Epilogue', Verdana, Arial;}
.epilogue_bold { font-family: 'EpilogueBold', Verdana, Arial;}
.epilogue_light { font-family: 'EpilogueLigth', Verdana, Arial;}