Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
/* ===== ATRONIA Headings Typography ===== */
/* =========================================
  ATRONIA TYPOGRAPHY SYSTEM
  ========================================= */


/* Título principal da página */
/* ---------- BASE BODY FONT ---------- */
.mw-parser-output {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}
 
/* ---------- PAGE TITLE ---------- */
.mw-page-title-main {
.mw-page-title-main {
     font-family: 'Nohemi', sans-serif !important;
     font-family: 'Nohemi', sans-serif !important;
    font-weight: 600;
}
}


/* Headings dentro do conteúdo (Datasheet, Features, etc) */
/* ---------- MAIN SECTIONS (== Datasheet ==) ---------- */
.mw-parser-output h1,
.mw-parser-output h1,
.mw-parser-output h2,
.mw-parser-output h2 {
    font-family: 'Nohemi', sans-serif !important;
    font-weight: 600;
}
 
/* ---------- SUBTITLES (=== Features === etc) ---------- */
.mw-parser-output h3,
.mw-parser-output h3,
.mw-parser-output h4,
.mw-parser-output h4 {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 500;
}
 
/* ---------- SMALL HEADINGS ---------- */
.mw-parser-output h5,
.mw-parser-output h5,
.mw-parser-output h6 {
.mw-parser-output h6 {
     font-family: 'Nohemi', sans-serif !important;
     font-family: 'Rubik', sans-serif !important;
    font-weight: 500;
}
}


/* ===== ATRONIA Search Clean & Stable ===== */
/* ===== ATRONIA Search Clean & Stable ===== */