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