/*
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: 'SukhumvitSet';
    src: url('./fonts/SukhumvitSet-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'SukhumvitSet';
    src: url('./fonts/SukhumvitSet-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SukhumvitSet';
    src: url('./fonts/SukhumvitSet-Text.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SukhumvitSet';
    src: url('./fonts/SukhumvitSet-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SukhumvitSet';
    src: url('./fonts/SukhumvitSet-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SukhumvitSet';
    src: url('./fonts/SukhumvitSet-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}