/*
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
*/

/* DobsPrime Regular */
@font-face {
  font-family: 'DobsPrime';
  src: url('fonts/DobsPrime.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* DobsPrime Bold */
@font-face {
  font-family: 'DobsPrime';
  src: url('fonts/DobsPrime-Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Example usage */
body {
  font-family: 'DobsPrime', sans-serif;
}