/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgnâ¢
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* ABADI MT PRO - EXTRA LIGHT */
@font-face {
    font-display: swap;
    font-family: 'Abadi MT';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/abadi-font-family/AbadiMTPro-ExtraLight.ttf') format('truetype');
}

/* ABADI MT PRO - EXTRA LIGHT ITALIC */
@font-face {
    font-display: swap;
    font-family: 'Abadi MT';
    font-style: italic;
    font-weight: 200;
    src: url('fonts/abadi-font-family/AbadiMTPro-ExtraLightItalic.ttf') format('truetype');
}

/* ABADI MT PRO - LIGHT */
@font-face {
    font-display: swap;
    font-family: 'Abadi MT';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/abadi-font-family/AbadiMTPro-Light.ttf') format('truetype');
}

/* ABADI MT PRO - LIGHT ITALIC */
@font-face {
    font-display: swap;
    font-family: 'Abadi MT';
    font-style: italic;
    font-weight: 300;
    src: url('fonts/abadi-font-family/AbadiMTPro-LightItalic.ttf') format('truetype');
}

/* ABADI MT PRO - REGULAR */
@font-face {
    font-display: swap;
    font-family: 'Abadi MT';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/abadi-font-family/AbadiMTPro.ttf') format('truetype');
}

/* ABADI MT PRO - REGULAR ITALIC */
@font-face {
    font-display: swap;
    font-family: 'Abadi MT';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/abadi-font-family/AbadiMTPro-Italic.ttf') format('truetype');
}

/* ABADI MT PRO - BOLD */
@font-face {
    font-display: swap;
    font-family: 'Abadi MT';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/abadi-font-family/AbadiMTPro-Bold.ttf') format('truetype');
}

/* ABADI MT PRO - BOLD ITALIC */
@font-face {
    font-display: swap;
    font-family: 'Abadi MT';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/abadi-font-family/AbadiMTPro-BoldItalic.ttf') format('truetype');
}

/* ABADI MT PRO - EXTRA BOLD */
@font-face {
    font-display: swap;
    font-family: 'Abadi MT';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/abadi-font-family/AbadiMTPro-ExtraBold.ttf') format('truetype');
}

/* ABADI MT PRO - EXTRA BOLD ITALIC */
@font-face {
    font-display: swap;
    font-family: 'Abadi MT';
    font-style: italic;
    font-weight: 800;
    src: url('fonts/abadi-font-family/AbadiMTPro-ExtraBoldItalic.ttf') format('truetype');
}