20 lines
471 B
HTML
20 lines
471 B
HTML
<style>
|
|
:root {
|
|
--base-color: #016699;
|
|
--shade1: #67A3C2;
|
|
--shade2: #DDECF7;
|
|
--shade3: #eff6ff;
|
|
--contrast-color: #CE490F;
|
|
--contrast-shade1: #DA764B;
|
|
--border-radius: 13px;
|
|
--font-size-xl: 90px;
|
|
--font-size-lg: 60px;
|
|
--font-size-md: 33px;
|
|
--font-size-sm: 25px;
|
|
--font-size-lead: 36px;
|
|
--font-size-body: 20px;
|
|
--font-weight-extra-bold: 800;
|
|
--font-weight-bold: 700;
|
|
--font-weight-light: 300;
|
|
}
|
|
</style>
|