/*
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
*/

@font-face {
    font-family: 'MuseoSans_100';
    src: url('fonts/Aeonik-Light.woff2') format('woff2'),
         url('fonts/Aeonik-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans_300';
    src: url('fonts/Aeonik-Regular.woff2') format('woff2'),
         url('fonts/Aeonik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans_500';
    src: url('fonts/Aeonik-Medium.woff2') format('woff2'),
         url('fonts/Aeonik-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans_700';
    src: url('fonts/Aeonik-Bold.woff2') format('woff2'),
         url('fonts/Aeonik-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}