/*
Theme Name: Metacture
Theme URI: https://metacture.com/
Author: Metacture
Description: Custom WordPress theme converted from the Metacture static website.
Version: 1.0.0
Text Domain: metacture
*/

body { font-family: 'Sora', sans-serif; }

.text-title { font-weight: 600; font-size: 22px; line-height: 32px; color: #252726; }
.text-subtitle { font-weight: 400; font-size: 18px; line-height: 32px; color: #252726; }
.text-body { font-weight: 400; font-size: 14px; line-height: 24px; color: #252726; }
.active { color: #0D756A; }

.metacture-editor-content > * + * { margin-top: 16px; }
.metacture-editor-content h2,
.metacture-editor-content h3 { font-size: 18px; line-height: 32px; color: #0D756A; margin-top: 32px; }
.metacture-editor-content p { margin-top: 12px; }
.metacture-editor-content ul,
.metacture-editor-content ol { margin-top: 12px; padding-left: 24px; }
.metacture-editor-content ul { list-style: disc; }
.metacture-editor-content ol { list-style: decimal; }
.metacture-editor-content table { width: 100%; margin-top: 24px; border-collapse: collapse; }
.metacture-editor-content th,
.metacture-editor-content td { border-bottom: 1px solid #ccc; padding: 12px; text-align: left; }
.metacture-editor-content img { max-width: 100%; height: auto; border-radius: 12px; }
