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

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