@font-face {
    font-family: 'BDSupper';
    src: url('../fonts/BDSupper-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BDSupper';
    src: url('../fonts/BDSupper-Bold.otf') format('opentype'),
    url('../fonts/BDSupper-Bold.woff2') format('woff2'),
    url('../fonts/BDSupper-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons Pro';
    src: url('../fonts/TT_Commons_Pro_Regular.eot');
    src: url('../fonts/TT_Commons_Pro_Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TT_Commons_Pro_Regular.woff2') format('woff2'),
    url('../fonts/TT_Commons_Pro_Regular.woff') format('woff'),
    url('../fonts/TT_Commons_Pro_Regular.otf') format('opentype'),
    url('../fonts/TT_Commons_Pro_Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons Pro';
    src: url('../fonts/TT_Commons_Pro_Bold.eot');
    src: url('../fonts/TT_Commons_Pro_Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TT_Commons_Pro_Bold.woff2') format('woff2'),
    url('../fonts/TT_Commons_Pro_Bold.woff') format('woff'),
    url('../fonts/TT_Commons_Pro_Bold.otf') format('opentype'),
    url('../fonts/TT_Commons_Pro_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
