| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- @use "bulma/sass" with (
- $menu-list-link-padding: 0.1em 0.1em
- );
- @import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
- @import url("https://fonts.googleapis.com/css2?family=Abel&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
- a,
- a:link {
- color: #c4a6f7;
- }
- a:active,
- a:hover {
- color: #ff7300;
- }
- p {
- text-align: justify;
- }
- body {
- font-family: "Abel", serif;
- font-optical-sizing: auto;
- font-weight: 400;
- font-style: normal;
- }
- .menu {
- text-transform: capitalize;
- letter-spacing: 0em;
- line-height: 1em;
- font-size: 16px;
- }
- .container.left {
- margin: 0px;
- }
- .primary {
- color: #03d0e2;
- }
- .nav {
- padding: 60px;
- }
- .logo {
- font-family: "Cormorant Garamond", serif;
- font-optical-sizing: auto;
- font-weight: 300;
- line-height: 1.2em;
- font-size: 27px;
- font-style: normal;
- text-transform: uppercase;
- color: #03d0e2;
- a,
- a:hover,
- a:link,
- a:active {
- color: #03d0e2;
- }
- }
- .meta {
- position: absolute;
- left: 50px;
- bottom: 50px;
- width: 195px;
- /* z-index: 999; */
- /* opacity: 0; */
- }
|