/* ============================================
   Basis Fonts - Lexend Deca & Didact Gothic
   Used for: Seasonal themes, Extra themes, Simple color themes
   ============================================ */

/* Lexend Deca - Primary Font (Variable) */
@font-face {
  font-family: 'Lexend Deca';
  src: url('../../fonts/basis/Lexend_Deca/LexendDeca-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Lexend Deca - Static Weights (Fallback) */
@font-face {
  font-family: 'Lexend Deca';
  src: url('../../fonts/basis/Lexend_Deca/static/LexendDeca-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('../../fonts/basis/Lexend_Deca/static/LexendDeca-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('../../fonts/basis/Lexend_Deca/static/LexendDeca-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('../../fonts/basis/Lexend_Deca/static/LexendDeca-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('../../fonts/basis/Lexend_Deca/static/LexendDeca-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Didact Gothic - Secondary Font */
@font-face {
  font-family: 'Didact Gothic';
  src: url('../../fonts/basis/Didact_Gothic/DidactGothic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Font Variables for Theme Use */
:root {
  --font-basis-primary: 'Lexend Deca', system-ui, -apple-system, sans-serif;
  --font-basis-secondary: 'Didact Gothic', system-ui, -apple-system, sans-serif;
}
