/* Font styles with different weights and variants */
/* Thin variant */
@font-face {
    font-family: 'articulatCF';
    src: url('../fonts/articulatCF/ArticulatCF-Thin.otf'),
        url('../fonts/articulatCF/ArticulatCF-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Extra Light variant */
@font-face {
    font-family: 'articulatCF';
    src: url('../fonts/articulatCF/ArticulatCF-ExtraLight.otf'),
        url('../fonts/articulatCF/ArticulatCF-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Light variant */
@font-face {
    font-family: 'articulatCF';
    src: url('../fonts/articulatCF/ArticulatCF-Light.otf'),
        url('../fonts/articulatCF/ArticulatCF-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular variant */
@font-face {
    font-family: 'articulatCF';
    src: url('../fonts/articulatCF/ArticulatCF-Regular.otf'),
    url('../fonts/articulatCF/ArticulatCF-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;

}

/* Normal variant */

@font-face {
    font-family: 'articulatCF';
    src: url('../fonts/articulatCF/ArticulatCF-Normal.otf'),
    url('../fonts/articulatCF/ArticulatCF-Normal.otf') format('opentype');
    font-weight: Normal;
    font-style: normal;
    font-display: swap;
}

/* Medium variant */
@font-face {
    font-family: 'articulatCF';
    src: url('../fonts/articulatCF/ArticulatCF-Medium.otf'),
    url('../fonts/articulatCF/ArticulatCF-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* DemiBold variant */
@font-face {
    font-family: 'articulatCF';
    src: url('../fonts/articulatCF/ArticulatCF-DemiBold.otf'),
    url('../fonts/articulatCF/ArticulatCF-DemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;

}

/* Bold variant */
@font-face {
    font-family: 'articulatCF';
    src: url('../fonts/articulatCF/ArticulatCF-Bold.otf'),
    url('../fonts/articulatCF/ArticulatCF-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;

}

/* ExtraBold variant */
@font-face {
    font-family: 'articulatCF';
    src: url('../fonts/articulatCF/ArticulatCF-ExtraBold.otf'),
    url('../fonts/articulatCF/ArticulatCF-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;

}

/* Heavy variant */
@font-face {
    font-family: 'articulatCF';
    src: url('../fonts/articulatCF/ArticulatCF-Heavy.otf'),
    url('../fonts/articulatCF/ArticulatCF-Heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EastmanTrial';
    src: url('../fonts/EastmanTrial-Medium.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/* Times New ROman */
@font-face {
    font-family: 'times new roman bold italic';
    src: url('../fonts/timesnewroman/times new roman bold italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'times new roman bold';
    src: url('../fonts/timesnewroman/times new roman bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'times new roman italic';
    src: url('../fonts/timesnewroman/times new roman italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'times new roman';
    src: url('../fonts/timesnewroman/times new roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}