/*!
 * Theme Name: Custome
 * Package : HTML Agri
 * Author: DTSVN LuyenDV
 * Version	 :	1.0.0
**/
/* ----------------------------------------------------font BT Grotesk---------------------------------------------------- */

/* Regular */
@font-face {
    font-family: 'BT Grotesk Regular';
    src: url('../fonts/BTGrotesk-Regular.woff2') format('woff2'),
        url('../fonts/BTGrotesk-Regular.woff') format('woff'),
        url('../fonts/BTGrotesk-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'BT Grotesk bold';
    src: url('../fonts/BTGrotesk-Bold.woff2') format('woff2'),
        url('../fonts/BTGrotesk-Bold.woff') format('woff'),
        url('../fonts/BTGrotesk-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BT Grotesk bold-italic';
    src: url('../fonts/BTGrotesk-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

/* ExtraBold */
@font-face {
    font-family: 'BT Grotesk ExtraBold';
    src: url('../fonts/BTGrotesk-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'BT Grotesk ExtraBold-italic';
    src: url('../fonts/BTGrotesk-ExtraBoldItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

/* Italic */
@font-face {
    font-family: 'BT Grotesk Italic';
    src: url('../fonts/BTGrotesk-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: 'BT Grotesk Medium';
    src: url('../fonts/BTGrotesk-Medium.woff2') format('woff2'),
        url('../fonts/BTGrotesk-Medium.woff') format('woff'),
        url('../fonts/BTGrotesk-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'BT Grotesk Medium-italic';
    src: url('../fonts/BTGrotesk-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

/* SemiBold */
@font-face {
    font-family: 'BT Grotesk SemiBold';
    src: url('../fonts/BTGrotesk-SemiBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BT Grotesk SemiBold-Italic';
    src: url('../fonts/BTGrotesk-SemiBoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}
