/*
Theme Name: Uncode Child
Theme URI: https://undsgn.com/uncode/
Description: Child theme for Uncode with local custom fonts.
Author: OpenAI
Template: uncode
Version: 1.0.0
Text Domain: uncode-child
*/

/* ========================================
   CCS Palmore
   ======================================== */

@font-face {
  font-family: 'CCS Palmore';
  src: url('./fonts/ccs-palmore/ccs-palmore-light.woff2') format('woff2'),
       url('./fonts/ccs-palmore/ccs-palmore-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CCS Palmore';
  src: url('./fonts/ccs-palmore/ccs-palmore-regular.woff2') format('woff2'),
       url('./fonts/ccs-palmore/ccs-palmore-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CCS Palmore';
  src: url('./fonts/ccs-palmore/ccs-palmore-semibold.woff2') format('woff2'),
       url('./fonts/ccs-palmore/ccs-palmore-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CCS Palmore';
  src: url('./fonts/ccs-palmore/ccs-palmore-bold.woff2') format('woff2'),
       url('./fonts/ccs-palmore/ccs-palmore-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ========================================
   MD Nichrome
   ======================================== */

@font-face {
  font-family: 'MD Nichrome';
  src: url('./fonts/md-nichrome/MDNichrome-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MD Nichrome';
  src: url('./fonts/md-nichrome/MDNichrome-Dark.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'MD Nichrome', sans-serif;
  font-weight: 900;
}