--- /dev/null
+@import "book-variables";
+
+* {
+ box-sizing: border-box;
+ margin: 0;
+ padding: 0;
+}
+
+article {
+ @color: #333;
+ color:@color;
+ font-size: 18px;
+
+ h1{
+ text-transform: uppercase;
+ font-size: 36px;
+ }
+
+ div.chapo {
+ color: @color !important;
+ font-size: 30px;
+ }
+
+ h2.inter{
+ font-size: 24px;
+ font-weight: 600;
+ }
+
+ blockquote{
+ font-style: italic;
+ font-size: 24px;
+
+ }
+
+ figcaption {
+ background-color: transparent !important;
+ color: @color;
+ }
+
+ div.author{
+ font-style: italic;
+ font-size: 16px;
+ }
+}
\ No newline at end of file