/*
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
*/

/* Lexend Variable font - Latin */

@font-face {
    font-family: 'Lexend';
  src: url('fonts/Lexend-VariableFont_wght.woff2') format("woff2 supports variations"),
       url('fonts/Lexend-VariableFont_wght.woff2') format("woff2-variations");
  font-weight: 100 1000;
}



/* urbanist-regular - latin */
@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('fonts/urbanist-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/urbanist-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
  }
  /* urbanist-600 - latin */
  @font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    src: local(''),
         url('fonts/urbanist-v5-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/urbanist-v5-latin-600.woff') format('woff'), /* Modern Browsers */
  }

  /* urbanist-italic - latin */
  @font-face {
    font-family: 'Urbanist';
    font-style: italic;
    font-weight: 400;
    src: local(''),
         url('fonts/urbanist-v5-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/urbanist-v5-latin-italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/urbanist-v5-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
  }
  /* urbanist-600italic - latin */
  @font-face {
    font-family: 'Urbanist';
    font-style: italic;
    font-weight: 600;
    src: local(''),
         url('fonts/urbanist-v5-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/urbanist-v5-latin-600italic.woff') format('woff'), /* Modern Browsers */
  }