@font-face {
    font-family: 'BretanRegular';
        src: url('BretanRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
      }
@font-face {
    font-family: 'BretanProBold';
        src: url('BretanProBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
      }
@font-face {
    font-family: 'BretanProRegular';
        src: url('BretanProRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
      }
@font-face {
    font-family: 'BretanRegular';
        src: url('BretanRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
      }
@font-face {
    font-family: 'BretanProBold';
        src: url('BretanProBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
      }