/*
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: "Tusker Grotesk 7700";
  src: url("fonts/tusker-grotesk-7700-bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Tusker Grotesk 7600";
  src: url("fonts/tusker-grotesk-7600-semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.tusker-bold{
  font-family: "Tusker Grotesk 7700" !important;
  src: url("fonts/tusker-grotesk-7700-bold.otf") format("opentype") !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.tusker-semibold{
  font-family: "Tusker Grotesk 7600" !important;
  src: url("fonts/tusker-grotesk-7600-semibold.ttf") format("truetype") !important;
  font-weight: normal !important;
  font-style: normal !important;
}