104 lines
1.3 KiB
CSS
104 lines
1.3 KiB
CSS
|
@import 'tailwindcss';
|
||
|
|
||
|
@page {
|
||
|
size: letter;
|
||
|
margin: 0.8in;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
font-size: 9pt;
|
||
|
line-height: 1.5;
|
||
|
}
|
||
|
|
||
|
body * {
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
hr {
|
||
|
color: #ddd;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-size: 24pt;
|
||
|
font-family: 'DM Serif Text';
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
font-size: 16pt;
|
||
|
font-family: 'Noto Serif';
|
||
|
font-weight: bold;
|
||
|
border-bottom: 1px solid #ddd; /* Adds subtle separation */
|
||
|
margin-top: 20px;
|
||
|
padding-bottom: 4px;
|
||
|
margin-bottom: 8px;
|
||
|
}
|
||
|
|
||
|
h3 {
|
||
|
margin-top: 16px;
|
||
|
font-size: 12pt;
|
||
|
font-family: 'Noto Serif';
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
h4 {
|
||
|
margin-top: 12px;
|
||
|
font-size: 10pt;
|
||
|
font-family: 'Noto Serif';
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
h5 {
|
||
|
margin-top: 10px;
|
||
|
margin-top: 6px;
|
||
|
font-family: 'Noto Serif';
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
ul {
|
||
|
@apply list-disc;
|
||
|
padding-left: 18pt;
|
||
|
}
|
||
|
|
||
|
ol {
|
||
|
@apply list-decimal;
|
||
|
padding-left: 18pt;
|
||
|
}
|
||
|
|
||
|
p, li {
|
||
|
font-family: 'Noto Serif';
|
||
|
margin-bottom: 6px;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
font-size: 8pt;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-size: 24pt;
|
||
|
font-family: 'DM Serif Text';
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
font-size: 14pt;
|
||
|
font-family: 'Noto Serif';
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
h3 {
|
||
|
font-size: 12pt;
|
||
|
font-family: 'Noto Serif';
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
h4 {
|
||
|
font-size: 10pt;
|
||
|
font-family: 'Noto Serif';
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
p, li {
|
||
|
font-family: 'Noto Serif';
|
||
|
}
|