/* Font Definitions */
@font-face {
  font-family: 'Space Mono';
  src: url('/font/666083805164f00706747009_SpaceMono-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Mono';
  src: url('/font/666083805164f00706747008_SpaceMono-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Global Font Settings */
* {
  font-family: 'Space Mono', 'Segoe UI', 'Roboto', Arial, sans-serif;
}

/* Ensure all elements use Space Mono font */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, button, input, textarea, select, label, li, ul, ol, table, th, td {
  font-family: 'Space Mono', 'Segoe UI', 'Roboto', Arial, sans-serif;
}

/* Font Utility Classes */
.font-space-mono {
  font-family: 'Space Mono', 'Segoe UI', 'Roboto', Arial, sans-serif;
}

.font-space-mono-bold {
  font-family: 'Space Mono', 'Segoe UI', 'Roboto', Arial, sans-serif;
  font-weight: bold;
}

.font-space-mono-regular {
  font-family: 'Space Mono', 'Segoe UI', 'Roboto', Arial, sans-serif;
  font-weight: normal;
}

/* Title Font Classes */
.heading-font {
  font-family: 'Space Mono', 'Segoe UI', 'Roboto', Arial, sans-serif;
  font-weight: bold;
}

/* Price Font Classes */
.price-font {
  font-family: 'Space Mono', 'Segoe UI', 'Roboto', Arial, sans-serif;
  font-weight: bold;
}

/* Logo Font Classes */
.logo-font {
  font-family: 'Space Mono', 'Segoe UI', 'Roboto', Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
} 