/**
 * Amazon Ember Font Family
 * Applied globally across the entire website
 */

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

@font-face {
    font-family: 'Amazon Ember';
    src: url('../fonts/amazon-ember/AmazonEmber_ThIt.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Amazon Ember';
    src: url('../fonts/amazon-ember/AmazonEmber_LtIt.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Amazon Ember';
    src: url('../fonts/amazon-ember/AmazonEmber_RgIt.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Amazon Ember';
    src: url('../fonts/amazon-ember/Amazon-Ember-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Amazon Ember';
    src: url('../fonts/amazon-ember/AmazonEmber_BdIt.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Amazon Ember';
    src: url('../fonts/amazon-ember/AmazonEmber_HeIt.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Global font application */
* {
    font-family: 'Amazon Ember', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

body {
    font-family: 'Amazon Ember', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

html {
    font-family: 'Amazon Ember', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}
