/*
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


/*BDOGrotesk Light*/
@font-face {
  font-display: swap;
  font-family: 'BDOGrotesk';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/BDOGrotesk-Light.woff2') format('woff2');
}

/*BDOGrotesk Regular*/
@font-face {
  font-display: swap;
  font-family: 'BDOGrotesk';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/BDOGrotesk-Regular.woff2') format('woff2');
}

/*BDOGrotesk Medium*/
@font-face {
  font-display: swap;
  font-family: 'BDOGrotesk';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/BDOGrotesk-Medium.woff2') format('woff2');
}

/*BDOGrotesk DemiBold*/
@font-face {
  font-display: swap;
  font-family: 'BDOGrotesk';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/BDOGrotesk-DemiBold.woff2') format('woff2');
}

/*BDOGrotesk Bold*/
@font-face {
  font-display: swap;
  font-family: 'BDOGrotesk';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/BDOGrotesk-Bold.woff2') format('woff2');
}

/*BDOGrotesk ExtraBold*/
@font-face {
  font-display: swap;
  font-family: 'BDOGrotesk';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/BDOGrotesk-ExtraBold.woff2') format('woff2');
}

/*BDOGrotesk Black*/
@font-face {
  font-display: swap;
  font-family: 'BDOGrotesk';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/BDOGrotesk-Black.woff2') format('woff2');
}