/* Font assets */

/* Regular */
@font-face {
    font-family: 'Apis';
    src: url('../fonts/Apis/ApisWeb-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Italic */
@font-face {
    font-family: 'Apis';
    src: url('../fonts/Apis/ApisWeb-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Apis';
    src: url('../fonts/Apis/ApisWeb-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Bold Italic */
@font-face {
    font-family: 'Apis';
    src: url('../fonts/Apis/ApisWeb-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/* Light */
@font-face {
    font-family: 'Apis';
    src: url('../fonts/Apis/ApisWeb-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Light Italic */
@font-face {
    font-family: 'Apis';
    src: url('../fonts/Apis/ApisWeb-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'Apis';
    src: url('../fonts/Apis/ApisWeb-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Medium Italic */
@font-face {
    font-family: 'Apis';
    src: url('../fonts/Apis/ApisWeb-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Black */
@font-face {
    font-family: 'Apis';
    src: url('../fonts/Apis/ApisWeb-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Black Italic */
@font-face {
    font-family: 'Apis';
    src: url('../fonts/Apis/ApisWeb-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* ExtraBold */
@font-face {
    font-family: 'Apis';
    src: url('../fonts/Apis/ApisWeb-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* ExtraBold Italic */
@font-face {
    font-family: 'Apis';
    src: url('../fonts/Apis/ApisWeb-ExtraBoldItalic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

html, body {
    font-family: 'Apis', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Apis', sans-serif;
}

button, input, select, textarea {
    font-family: 'Apis', sans-serif;
}
