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

/* Gambarino Regular */

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

/* Erode */

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


@font-face {
  font-family: 'Erode-LightItalic';
  src: url('fonts/Erode-LightItalic.woff2') format('woff2'),
       url('fonts/Erode-LightItalic.woff') format('woff'),
       url('fonts/Erode-LightItalic.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: italic;
}


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


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


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


@font-face {
  font-family: 'Erode-MediumItalic';
  src: url('fonts/Erode-MediumItalic.woff2') format('woff2'),
       url('fonts/Erode-MediumItalic.woff') format('woff'),
       url('fonts/Erode-MediumItalic.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: italic;
}

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


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