/* Amazon Ember Font Family */

@font-face {
    font-family: 'Amazon Ember';
    font-style: normal;
    font-weight: 100;
    src: url('https://m.media-amazon.com/images/G/01/AUIClients/AmazonEmberCdnUrl-1.0._TTH_.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Amazon Ember';
    font-style: normal;
    font-weight: 300;
    src: url('https://m.media-amazon.com/images/G/01/AUIClients/AmazonEmberCdnUrl-1.0._TTH_.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Amazon Ember';
    font-style: normal;
    font-weight: 400;
    src: url('https://m.media-amazon.com/images/G/01/AUIClients/AmazonEmberCdnUrl-1.0._TTH_.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Amazon Ember';
    font-style: normal;
    font-weight: 500;
    src: url('https://m.media-amazon.com/images/G/01/AUIClients/AmazonEmberCdnUrl-1.0._TTH_.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Amazon Ember';
    font-style: normal;
    font-weight: 700;
    src: url('https://m.media-amazon.com/images/G/01/AUIClients/AmazonEmberCdnUrl-1.0._TTH_.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Amazon Ember';
    font-style: normal;
    font-weight: 900;
    src: url('https://m.media-amazon.com/images/G/01/AUIClients/AmazonEmberCdnUrl-1.0._TTH_.woff2') format('woff2');
    font-display: swap;
}

/* Apply Amazon Ember to all elements */
body,
html,
* {
    font-family: 'Amazon Ember', Arial, sans-serif !important;
}

/* Ensure headings use Amazon Ember */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Amazon Ember', Arial, sans-serif !important;
}

/* Ensure buttons and inputs use Amazon Ember */
button, input, select, textarea {
    font-family: 'Amazon Ember', Arial, sans-serif !important;
}

