clr commited on
Commit
09bcb28
1 Parent(s): ecfa7bd

Create css/main.css

Browse files
Files changed (1) hide show
  1. css/main.css +15 -0
css/main.css ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* Global page and element settings ----------------------------------------------------- */
2
+ body {
3
+ font-size: 16px;
4
+ font-family: "Montserrat", Helvetica, sans-serif !important;
5
+ }
6
+
7
+ /* Colors */
8
+ .dark-blue {
9
+ color: #20364c !important;
10
+ }
11
+
12
+ p, table, tr, td, ul, li, blockquote, nav, a, footer, dl, dt, dd {
13
+ font-size: 1.5rem;
14
+ font-weight: 400;
15
+ }