/*
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
*/
@font-face {
  font-family: "Intro Black Alt";
  src: url("fonts/Intro-Black-Alt.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Intro Bold Alt";
  src: url("fonts/Intro-Bold-Alt.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Intro Book Alt";
  src: url("fonts/Intro-Book-Alt.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Intro Light Alt";
  src: url("fonts/Intro-Light-Alt.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Intro Regular Alt";
  src: url("fonts/Intro-Regular-Alt.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Intro Thin Alt";
  src: url("fonts/Intro-Thin-Alt.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}