/**
 * Matter Font Family - @font-face Declarations
 *
 * @package TwentyTwentyFive_Child
 */

/* Matter Light - 300 */
@font-face {
    font-family: 'Matter';
    src: url('../fonts/matter/Matter-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Matter';
    src: url('../fonts/matter/Matter-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Matter';
    src: url('../fonts/matter/Matter-RegularItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Matter Medium - 500 */
@font-face {
    font-family: 'Matter';
    src: url('../fonts/matter/Matter-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

/* Matter SemiBold - 600 */
@font-face {
    font-family: 'Matter';
    src: url('../fonts/matter/Matter-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Matter';
    src: url('../fonts/matter/Matter-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Matter';
    src: url('../fonts/matter/Matter-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Matter Heavy - 800 */
@font-face {
    font-family: 'Matter';
    src: url('../fonts/matter/Matter-Heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Matter';
    src: url('../fonts/matter/Matter-HeavyItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* ============================================
   MirthaDisplayTrial Font Family
   ============================================ */

/* MirthaDisplayTrial Regular - 400 */
@font-face {
    font-family: 'MirthaDisplayTrial';
    src: url('../fonts/mirtha/MirthaDisplayTrial-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* MirthaDisplayTrial Bold - 700 */
@font-face {
    font-family: 'MirthaDisplayTrial';
    src: url('../fonts/mirtha/MirthaDisplayTrial-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   Boyrun Font Family
   ============================================ */

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