/*
Theme Name: GoSkinTech
Description: Child theme for Uncode theme
Author: Afrecce™
Author URI: https://afrecce.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* =========================================
   UNIVIA PRO FONT
   ========================================= */

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

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

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

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

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

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

/* UNIVIA PRO FONT END */


/* Optional: utility class for Ultra weight */
.font-ultra {
    font-family: 'UniviaPro', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 950;
}