/**
 * Thmanyah Typeface — @font-face (production OTF)
 * Source: resources/fonts/thmanyah typeface/
 */

/* ThmanyahSans — UI, buttons, forms, tables, numbers */
@font-face {
    font-family: 'ThmanyahSans';
    src: url('../fonts/thmanyah/sans/thmanyahsans-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThmanyahSans';
    src: url('../fonts/thmanyah/sans/thmanyahsans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThmanyahSans';
    src: url('../fonts/thmanyah/sans/thmanyahsans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThmanyahSans';
    src: url('../fonts/thmanyah/sans/thmanyahsans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThmanyahSans';
    src: url('../fonts/thmanyah/sans/thmanyahsans-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ThmanyahSerifDisplay — hero & short headings */
@font-face {
    font-family: 'ThmanyahSerifDisplay';
    src: url('../fonts/thmanyah/serif-display/thmanyahserifdisplay-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThmanyahSerifDisplay';
    src: url('../fonts/thmanyah/serif-display/thmanyahserifdisplay-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThmanyahSerifDisplay';
    src: url('../fonts/thmanyah/serif-display/thmanyahserifdisplay-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThmanyahSerifDisplay';
    src: url('../fonts/thmanyah/serif-display/thmanyahserifdisplay-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThmanyahSerifDisplay';
    src: url('../fonts/thmanyah/serif-display/thmanyahserifdisplay-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ThmanyahSerifText — body copy & long descriptions */
@font-face {
    font-family: 'ThmanyahSerifText';
    src: url('../fonts/thmanyah/serif-text/thmanyahseriftext-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThmanyahSerifText';
    src: url('../fonts/thmanyah/serif-text/thmanyahseriftext-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThmanyahSerifText';
    src: url('../fonts/thmanyah/serif-text/thmanyahseriftext-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThmanyahSerifText';
    src: url('../fonts/thmanyah/serif-text/thmanyahseriftext-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThmanyahSerifText';
    src: url('../fonts/thmanyah/serif-text/thmanyahseriftext-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
