/*
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: 'Japandi';
            src: url('fonts/Japandi-Light.woff2') format('woff2'),
                 url('fonts/Japandi-Light.woff') format('woff');
            font-weight: 300;
            font-style: normal;
            font-display: swap;
        }
        @font-face {
            font-family: 'Japandi';
            src: url('fonts/Japandi-Regular.woff2') format('woff2'),
                 url('fonts/Japandi-Regular.woff') format('woff');
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }

        /* Mansoury */
        @font-face {
            font-family: 'Mansoury';
            src: url('fonts/Mansoury.woff2') format('woff2'),
                 url('fonts/Mansoury.woff') format('woff');
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }

        /* Salmond */
        @font-face {
            font-family: 'Salmond';
            src: url('fonts/Salmond-SemiBold.woff2') format('woff2'),
                 url('fonts/Salmond-SemiBold.woff') format('woff');
            font-weight: 600;
            font-style: normal;
            font-display: swap;
        }