/*
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: 'Sublima';
    src: url('assets/fonts/Sublima-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: 300;
}

@font-face {
    font-family: 'Sublima';
    src: url('assets/fonts/Sublima-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap')

body {
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 400!important;
}