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

/*  CUSTOM FONTS */

@font-face {
    font-family: 'ClashGrotesk-Regular';
    src: url('fonts/ClashGrotesk-Regular.woff2') format('woff2'),
         url('fonts/ClashGrotesk-Regular.woff') format('woff'),
         url('fonts/ClashGrotesk-Regular.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
font-family: 'ClashGrotesk-Semibold';
src: url('fonts/ClashGrotesk-Semibold.woff2') format('woff2'),
        url('fonts/ClashGrotesk-Semibold.woff') format('woff'),
        url('fonts/ClashGrotesk-Semibold.ttf') format('truetype');
font-weight: 600;
font-display: swap;
font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay-Light';
    src: url('fonts/ClashDisplay-Light.woff2') format('woff2'),
         url('fonts/ClashDisplay-Light.woff') format('woff'),
         url('fonts/ClashDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay-Semibold';
    src: url('fonts/ClashDisplay-Semibold.woff2') format('woff2'),
         url('fonts/ClashDisplay-Semibold.woff') format('woff'),
         url('fonts/ClashDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

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

@font-face {
    font-family: 'Zodiak-Light';
    src: url('fonts/Zodiak-Light.woff2') format('woff2'),
         url('fonts/Zodiak-Light.woff') format('woff'),
         url('fonts/Zodiak-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
  }
