/*
Theme Name: Unicon Child Theme
Theme URI: http://themeforest.net/user/minti
Description: Unicon Child Theme for your Customizations.
Author: minti
Author URI: http://mintithemes.com
Template: unicon
Version: 1.1
*/

/* Variable Upright Font */
@font-face {
  font-family: 'Skeena Indigenous';
  src: url('fonts/SkeenaIndigenous-Roman.woff2') format('woff2');
  font-weight: 100 900; /* Defines the supported weight range from Thin (100) to Black (900) */
  font-style: normal;
  font-display: swap;
}

/* Variable Italic Font */
@font-face {
  font-family: 'Skeena Indigenous';
  src: url('fonts/SkeenaIndigenous-Italic.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}