/* AWS Marketpalce fonts*/
@font-face {
    font-family: 'Amazon Ember';
    src: url('../fonts/amazon-ember.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amazon Ember Bold';
    src: url('../fonts/amazon-ember-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.amazon-ember-font {
    font-family: 'Amazon Ember', sans-serif;
    font-weight: normal;
}

.amazon-ember-bold-font {
    font-family: 'Amazon Ember Bold', sans-serif;
    font-weight: bold;
}

/* Azure Marketplace font */

@font-face {
    font-family: 'Azure PTSans Regular';
    src: url('../fonts/azure-ptsans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Azure PTSans Bold';
    src: url('../fonts/azure-ptsans-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.azure-pt-sans-regular {
    font-family: 'Azure PTSans Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  .azure-pt-sans-bold {
    font-family: 'Azure PTSans Bold', sans-serif;
    font-weight: bold;
    font-style: normal;
  }
