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

/* =========================================
   Tenorite FONT
   ========================================= */

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

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

@font-face {
    font-family: 'Tenorite';
    src: url('fonts/Tenorite-BoldItalic.woff2') format('woff2'),
        url('fonts/Tenorite-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

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

/* Tenorite FONT END */