@import "tailwindcss";

/* ============================================================
   Prose / Typography styles for Markdown-rendered content
   (replaces @tailwindcss/typography which cannot load via
   the Tailwind v4 standalone binary used by tailwindcss-rails)
   ============================================================ */
.prose {
  color: #374151;
  line-height: 1.75;
  font-size: 1rem;
  max-width: 65ch;
}

.prose>*:first-child {
  margin-top: 0;
}

.prose h1 {
  font-size: 2.25em;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 0.9em;
  line-height: 1.1;
  color: #111827;
}

.prose h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.33;
  color: #111827;
}

.prose h3 {
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
  color: #111827;
}

.prose h4 {
  font-size: 1em;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #111827;
}

.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose strong {
  font-weight: 700;
  color: #111827;
}

.prose em {
  font-style: italic;
}

.prose a {
  color: #111827;
  text-decoration: underline;
  font-weight: 500;
}

.prose blockquote {
  font-style: italic;
  border-left: 4px solid #e5e7eb;
  padding-left: 1em;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  color: #374151;
}

.prose ul {
  list-style-type: disc;
  padding-left: 1.625em;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose ol {
  list-style-type: decimal;
  padding-left: 1.625em;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose hr {
  border-top: 1px solid #e5e7eb;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose code {
  font-size: 0.875em;
  font-weight: 600;
  background: #f3f4f6;
  border-radius: 0.25em;
  padding: 0.1em 0.3em;
}

.prose pre {
  background: #1f2937;
  color: #e5e7eb;
  border-radius: 0.375em;
  padding: 1em 1.25em;
  overflow-x: auto;
  margin-top: 1.75em;
  margin-bottom: 1.75em;
}

.prose pre code {
  background: none;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* prose-lg modifier */
.prose-lg {
  font-size: 1.125rem;
  line-height: 1.78;
}

.prose-lg h1 {
  font-size: 2.67em;
}

.prose-lg h2 {
  font-size: 1.67em;
}

.prose-lg h3 {
  font-size: 1.33em;
}

.prose-lg p {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

.prose-lg ul,
.prose-lg ol {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}


@layer base {
  body {
    font-family: "Zen Kaku Gothic New", sans-serif;
  }

  /* Prevent visited link color change in navigation */
  nav a:visited {
    color: inherit;
  }
}

/* Contact form input border override */
.contact-form-input {
  border-color: #e5e7eb !important;
  border-width: 1px !important;
}

/*
  @layer components {
    .btn-primary {
      @apply py-2 px-4 bg-blue-200;
    }
  }
*/
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
