front
All checks were successful
Build and Publish Images / build-and-push (push) Successful in 2m12s

This commit is contained in:
arrelin
2026-03-09 12:49:41 +03:00
parent 86d3cbdf54
commit d5ef1bc1f6
5 changed files with 44 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Montserrat:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');
*, *::before, *::after {
box-sizing: border-box;
@@ -25,7 +25,7 @@ body {
padding: 0;
background: var(--cream);
color: var(--text);
font-family: 'Montserrat', sans-serif;
font-family: 'Cormorant Garamond', serif;
font-weight: 300;
-webkit-font-smoothing: antialiased;
}