/* Self-hosted fonts for SRI compliance */

/* Open Sans - Variable font supporting weights 300-800 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/fonts/opensans-regular.woff2') format('woff2');
}

/* DM Sans - Regular weight */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/dmsans-regular.woff2') format('woff2');
}

/* DM Sans - Medium weight */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/dmsans-medium.woff2') format('woff2');
}

/* DM Sans - Bold weight */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/dmsans-bold.woff2') format('woff2');
}

/* Architects Daughter */
@font-face {
  font-family: 'Architects Daughter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/architects-daughter.woff2') format('woff2');
}
