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

/* ========================================
   GOOGLE SANS FLEX – LOCAL FONT
   ======================================== */

@font-face {
    font-family: 'Google Sans Flex';
    src: url('fonts/google-sans-flex.woff2') format('woff2');
    font-style: normal;
    font-weight: 1 1000;
    font-display: swap;
}


/* ========================================
   H1 – H4
   Width: 115
   Roundness: 15
   Grade: 0
   Weight: 700 → controlled via Uncode
   ======================================== */

h1,
h2,
h3,
h4 {
    font-variation-settings:
        'wdth' 115,
        'GRAD' 0,
        'ROND' 15;
}


/* ========================================
   H5 – H6
   Width: 105
   Roundness: 5
   Grade: 0
   Weight: 400 → controlled via Uncode
   ======================================== */

h5,
h6 {
    font-variation-settings:
        'wdth' 105,
        'GRAD' 0,
        'ROND' 5;
}


/* ========================================
   BODY / PARAGRAPHS
   Width: 105
   Roundness: 5
   Grade: 0
   Weight: 400 → controlled via Uncode

   ss01 activates the single-storey "a"
   ======================================== */

p {
    font-variation-settings:
        'wdth' 110,
        'GRAD' 0,
        'ROND' 5;

    font-feature-settings: 'ss01' 1;
}