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

/* Univers Regular */
@font-face {
  font-family: 'Univers';
  src: url('/wp-content/themes/uncode-child/fonts/universregular-webfont.woff2') format('woff2'),
       url('/wp-content/themes/uncode-child/fonts/universregular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Univers Bold */
@font-face {
  font-family: 'Univers';
  src: url('/wp-content/themes/uncode-child/fonts/universbold-webfont.woff2') format('woff2'),
       url('/wp-content/themes/uncode-child/fonts/universbold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
	font-display: swap;
}

/* Univers Condensed Bold */
@font-face {
  font-family: 'Univers Condensed';
  src: url('/wp-content/themes/uncode-child/fonts/universcnbold-webfont.woff2') format('woff2'),
       url('/wp-content/themes/uncode-child/fonts/universcnbold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
	font-display: swap;
}

/* Univers Condensed Regular */
@font-face {
  font-family: 'Univers Condensed';
  src: url('/wp-content/themes/uncode-child/fonts/universcnrg-webfont.woff2') format('woff2'),
       url('/wp-content/themes/uncode-child/fonts/universcnrg-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
	font-display: swap;
}

/* Univers Light */
@font-face {
  font-family: 'Univers';
  src: url('/wp-content/themes/uncode-child/fonts/universlight-webfont.woff2') format('woff2'),
       url('/wp-content/themes/uncode-child/fonts/universlight-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
	font-display: swap;
}
