File size: 2,802 Bytes
f2fa63a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
/* @theme freud */

/*
  ============================================
    Created by Paulo Cunha
    version: 1.0
    last update: 02.jan.2022
  ============================================       
*/

/* Importing COLOR SCHEMA */

@import "default";
@import "schema";
@import "structure";

/* Importing Font */
/* Font Credit: htts://https://www.cdnfonts.com/ */
@import url('https://fonts.cdnfonts.com/css/fira-sans?styles=20119');

/***************** COMMON STRUCTURE **********************/

:root {
  font-family: 'Fira Sans', sans-serif;
  font-weight: initial;
  
  color: #6c6c6c; 
  color: #2b3446;
  
  background-color: #727d8b;
  background-color: #f8b13d;
  background-color: #435160; 
  background-color: #f5eee6;
  background-color: #d9dee6;
  background-color: #f4f4ed;

  --h1-color                  : #3d09ae;
  --h1-color                  : #06858e;
  
  --border-color              : #a0660387;

  --bold-color                : rgb(21, 105, 201);
  --bold-color                : #0d2d58;

  --italic-color              : rgb(38, 48, 71);
  --italic-background-color   : rgba(172, 215, 255, 0.713);

  /* --background-color          : #fdf6e3; */
  --list-item-color           : rgb(255, 212, 95);
  --after-color               : rgb(51, 48, 48);

  --table-font-color          : black;
  --table-header-color        : rgb(0, 132, 255);
  
  --main-color                : rgb(207, 77, 17);
  --darker-color              : #246;
  --lighter-color             : #080a0a;
  --extra-back-color          : rgb(42, 45, 53);

  --letter-spacing            : 0.125px;

  --cool-list-color           : rgb(255, 68, 0);

  --author-align              : right;

}


/* ------------------- TITLEPAGE -----------------------------*/

section.titlepage .title {
  border-bottom: 1px solid orangered;
}

section.titlepage .subtitle {
  font-weight: 300;
}


section.titlepage .author,
section.titlepage .date,
section.titlepage .organization {
  text-align: left;
}
section.titlepage h1 {
  border-bottom: 1px solid orangered;
}

section.titlepage h2 {
  font-weight: 300;
}

section.titlepage h3,
section.titlepage h4,
section.titlepage h5 {
  text-align: right;
}

/* -------------------- TRANSITION ---------------------------------*/
section.transition {
  
  --transitionpage-color: #247397;

}
/* -------------------- TRANSITION ---------------------------------*/
section.transition2 {
  
  background-color: #c53732;

}

/* ------------------- CITE -----------------------------*/
section.cite {
  --background-color: #49454f;
  --strong-color: rgb(182, 112, 27);
}

section.cite p {
  color: #fffbfe;
}

section.cite strong {
  color: #f87ca1;
}

/* ------------------- IMAGE SHADOWS -----------------------------*/
img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}