@font-face {
    font-family: 'YettelLight';
    src: url('../fonts/Yettel-Light.woff2') format('woff2'),
         url('../fonts/Yettel-Light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
  
@font-face {
    font-family: 'YettelRegular';
    src: url('../fonts/Yettel-Regular.woff2') format('woff2'),
         url('../fonts/Yettel-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
  
@font-face {
    font-family: 'YettelBold';
    src: url('../fonts/Yettel-Bold.woff2') format('woff2'),
         url('../fonts/Yettel-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
  
body,
.site-footer {
    font-family: 'YettelRegular', Arial, sans-serif !important;
}
