/* Amazon Ember Modern Display Font Family */

/* Amazon Ember Modern Display Regular */
@font-face {
    font-family: 'Amazon Ember Modern Display';
    font-weight: 400;
    font-style: normal;
    src: url('./fonts/EmberModernDisplayUIStd-Regular.woff2') format('woff2');
    font-display: swap;
}

/* Amazon Ember Modern Display Italic */
@font-face {
    font-family: 'Amazon Ember Modern Display';
    font-weight: 400;
    font-style: italic;
    src: url('./fonts/EmberModernDisplayUIStd-Italic.woff2') format('woff2');
    font-display: swap;
}

/* Amazon Ember Modern Display Light */
@font-face {
    font-family: 'Amazon Ember Modern Display';
    font-weight: 200;
    font-style: normal;
    src: url('./fonts/EmberModernDisplayUIStd-Light.woff2') format('woff2');
    font-display: swap;
}

/* Amazon Ember Modern Display Medium */
@font-face {
    font-family: 'Amazon Ember Modern Display';
    font-weight: 500;
    font-style: normal;
    src: url('./fonts/EmberModernDisplayUIStd-Medium.woff2') format('woff2');
    font-display: swap;
}

/* Amazon Ember Modern Display Medium Italic */
@font-face {
    font-family: 'Amazon Ember Modern Display';
    font-weight: 500;
    font-style: italic;
    src: url('./fonts/EmberModernDisplayUIStd-MediumItalic.woff2') format('woff2');
    font-display: swap;
}

/* Amazon Ember Modern Display Bold */
@font-face {
    font-family: 'Amazon Ember Modern Display';
    font-weight: 700;
    font-style: normal;
    src: url('./fonts/EmberModernDisplayUIStd-Bold.woff2') format('woff2');
    font-display: swap;
}

/* Amazon Ember Modern Display Bold Italic */
@font-face {
    font-family: 'Amazon Ember Modern Display';
    font-weight: 700;
    font-style: italic;
    src: url('./fonts/EmberModernDisplayUIStd-BoldItalic.woff2') format('woff2');
    font-display: swap;
}

/* Amazon Ember Modern Text Font Family */

/* Amazon Ember Modern Text Regular */
@font-face {
    font-family: 'Amazon Ember Modern Text';
    font-weight: 400;
    font-style: normal;
    src: url('./fonts/EmberModernTextUIStd-Regular.woff2') format('woff2');
    font-display: swap;
}

/* Amazon Ember Modern Text Italic */
@font-face {
    font-family: 'Amazon Ember Modern Text';
    font-weight: 400;
    font-style: italic;
    src: url('./fonts/EmberModernTextUIStd-Italic.woff2') format('woff2');
    font-display: swap;
}

/* Amazon Ember Modern Text Medium */
@font-face {
    font-family: 'Amazon Ember Modern Text';
    font-weight: 500;
    font-style: normal;
    src: url('./fonts/EmberModernTextUIStd-Medium.woff2') format('woff2');
    font-display: swap;
}

/* Amazon Ember Modern Text Medium Italic */
@font-face {
    font-family: 'Amazon Ember Modern Text';
    font-weight: 500;
    font-style: italic;
    src: url('./fonts/EmberModernTextUIStd-MediumItalic.woff2') format('woff2');
    font-display: swap;
}

/* Amazon Ember Modern Text Bold */
@font-face {
    font-family: 'Amazon Ember Modern Text';
    font-weight: 700;
    font-style: normal;
    src: url('./fonts/EmberModernTextUIStd-Bold.woff2') format('woff2');
    font-display: swap;
}

/* Amazon Ember Modern Text Bold Italic */
@font-face {
    font-family: 'Amazon Ember Modern Text';
    font-weight: 700;
    font-style: italic;
    src: url('./fonts/EmberModernTextUIStd-BoldItalic.woff2') format('woff2');
    font-display: swap;
}

/* Font Family Utilities */
.font-display {
    font-family: "Amazon Ember Modern Display", "Amazon Ember", Arial, sans-serif;
}

.font-text {
    font-family: "Amazon Ember Modern Text", "Amazon Ember", Arial, sans-serif;
}
