/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

@font-face {
  font-family: 'Futura';
  src: url("/assets/FuturaCyrillicLight-e3218084.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url("/assets/FuturaCyrillicBook-733d4289.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url("/assets/FuturaCyrillicMedium-6b438abf.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url("/assets/FuturaCyrillicDemi-fd424141.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url("/assets/FuturaCyrillicBold-89aea347.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url("/assets/FuturaCyrillicExtraBold-29a7fc46.ttf") format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url("/assets/FuturaCyrillicHeavy-82f6214c.ttf") format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Rich text content styling for dark theme */
.rich-text-content .trix-content {
  color: white;
  line-height: 1.6;
}

.rich-text-content .trix-content h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.rich-text-content .trix-content p {
  margin-bottom: 1rem;
}

.rich-text-content .trix-content strong {
  font-weight: 700;
}

.rich-text-content .trix-content em {
  font-style: italic;
}

.rich-text-content .trix-content ul,
.rich-text-content .trix-content ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.rich-text-content .trix-content blockquote {
  border-left-color: #666;
  color: #ccc;
  font-style: italic;
}
