/*
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
*/
/* #### Futura LT font family in uncode-child/fonts #### */

/* Regular */
@font-face {
    font-family: 'Futura LT Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Futura LT Regular'),
         url('fonts/FuturaLT.woff') format('woff');
}

/* Book */
@font-face {
    font-family: 'Futura LT Book';
    font-style: normal;
    font-weight: 400;
    src: local('Futura LT Book'),
         url('fonts/FuturaLT-Book.woff') format('woff');
}

/* Oblique */
@font-face {
    font-family: 'Futura LT Oblique';
    font-style: italic;
    font-weight: 400;
    src: local('Futura LT Oblique'),
         url('fonts/FuturaLT-Oblique.woff') format('woff');
}

/* Book Oblique */
@font-face {
    font-family: 'Futura LT BookOblique';
    font-style: italic;
    font-weight: 400;
    src: local('Futura LT BookOblique'),
         url('fonts/FuturaLT-BookOblique.woff') format('woff');
}

/* Light */
@font-face {
    font-family: 'Futura LT Light';
    font-style: normal;
    font-weight: 300;
    src: local('Futura LT Light'),
         url('fonts/FuturaLT-Light.woff') format('woff');
}

/* Condensed Light */
@font-face {
    font-family: 'Futura LT CondensedLight';
    font-style: normal;
    font-weight: 300;
    src: local('Futura LT CondensedLight'),
         url('fonts/FuturaLT-CondensedLight.woff') format('woff');
}

/* Light Oblique */
@font-face {
    font-family: 'Futura LT LightOblique';
    font-style: italic;
    font-weight: 300;
    src: local('Futura LT LightOblique'),
         url('fonts/FuturaLT-LightOblique.woff') format('woff');
}

/* Condensed Light Oblique */
@font-face {
    font-family: 'Futura LT CondensedLightObl';
    font-style: italic;
    font-weight: 300;
    src: local('Futura LT CondensedLightObl'),
         url('fonts/FuturaLT-CondensedLightObl.woff') format('woff');
}

/* Condensed */
@font-face {
    font-family: 'Futura LT Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Futura LT Condensed'),
         url('fonts/FuturaLT-Condensed.woff') format('woff');
}

/* Condensed Oblique */
@font-face {
    font-family: 'Futura LT CondensedOblique';
    font-style: italic;
    font-weight: 400;
    src: local('Futura LT CondensedOblique'),
         url('fonts/FuturaLT-CondensedOblique.woff') format('woff');
}

/* Extra Bold */
@font-face {
    font-family: 'Futura LT ExtraBold';
    font-style: normal;
    font-weight: 800;
    src: local('Futura LT ExtraBold'),
         url('fonts/FuturaLT-ExtraBold.woff') format('woff');
}

/* Bold */
@font-face {
    font-family: 'Futura LT Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Futura LT Bold'),
         url('fonts/FuturaLT-Bold.woff') format('woff');
}

/* Condensed Bold */
@font-face {
    font-family: 'Futura LT CondensedBold';
    font-style: normal;
    font-weight: 700;
    src: local('Futura LT CondensedBold'),
         url('fonts/FuturaLT-CondensedBold.woff') format('woff');
}

/* Condensed Extra Bold */
@font-face {
    font-family: 'Futura LT CondensedExtraBold';
    font-style: normal;
    font-weight: 800;
    src: local('Futura LT CondensedExtraBold'),
         url('fonts/FuturaLT-CondensedExtraBold.woff') format('woff');
}

/* Extra Bold Oblique */
@font-face {
    font-family: 'Futura LT ExtraBoldOblique';
    font-style: italic;
    font-weight: 800;
    src: local('Futura LT ExtraBoldOblique'),
         url('fonts/FuturaLT-ExtraBoldOblique.woff') format('woff');
}

/* Bold Oblique */
@font-face {
    font-family: 'Futura LT BoldOblique';
    font-style: italic;
    font-weight: 700;
    src: local('Futura LT BoldOblique'),
         url('fonts/FuturaLT-BoldOblique.woff') format('woff');
}

/* Condensed Extra Bold Oblique */
@font-face {
    font-family: 'Futura LT CondExtraBoldObl';
    font-style: italic;
    font-weight: 800;
    src: local('Futura LT CondExtraBoldObl'),
         url('fonts/FuturaLT-CondExtraBoldObl.woff') format('woff');
}

/* Condensed Bold Oblique */
@font-face {
    font-family: 'Futura LT CondensedBoldOblique';
    font-style: italic;
    font-weight: 700;
    src: local('Futura LT CondensedBoldOblique'),
         url('fonts/FuturaLT-CondensedBoldOblique.woff') format('woff');
}

/* Heavy */
@font-face {
    font-family: 'Futura LT Heavy';
    font-style: normal;
    font-weight: 900;
    src: local('Futura LT Heavy'),
         url('fonts/FuturaLT-Heavy.woff') format('woff');
}

/* Heavy Oblique */
@font-face {
    font-family: 'Futura LT HeavyOblique';
    font-style: italic;
    font-weight: 900;
    src: local('Futura LT HeavyOblique'),
         url('fonts/FuturaLT-HeavyOblique.woff') format('woff');
}

body {
    font-family: 'Futura LT Book', sans-serif;
}
