/******************************************************************************/
/*                                                                            */
/* book-13pt.css - Size variant (13pt) for the book document class            */
/* ================================================================           */
/*                                                                            */
/* This program is part of the Rexx Parser package                            */
/* [See https://rexx.epbcn.com/rexx-parser/]                                  */
/*                                                                            */
/* Copyright (c) 2024-2026 Josep Maria Blasco <josep.maria.blasco@epbcn.com>  */
/*                                                                            */
/* License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0)  */
/*                                                                            */
/* Version history:                                                           */
/*                                                                            */
/* Date     Version Details                                                   */
/* -------- ------- --------------------------------------------------------- */
/* 20260310    0.5  First version                                             */
/*                                                                            */
/******************************************************************************/

/*
  13pt variant for the book document class.

  Values interpolated between the 12pt (base) and 14pt book layouts.
  Inner margin stays proportionally wider for binding.
*/

:root {
  --doc-font-size:        13pt;
  --doc-line-height:      1.28;
  --doc-footnote-size:    10.5pt;
  --doc-fn-marker-size:   7.5pt;
  --doc-pre-size:         9pt;
}

@page {
  margin-top: 2.25cm;
  margin-bottom: 2.25cm;
  margin-inside: 3.25cm;
  margin-outside: 2.25cm;
}