|
@@ -1,15 +1,6 @@
|
|
|
@font-face {
|
|
@font-face {
|
|
|
- font-family: "Dancing Script";
|
|
|
|
|
- src: url("../fonts/DancingScript-Regular.woff2") format("woff2"),
|
|
|
|
|
- url("../fonts/DancingScript-Regular.woff") format("woff");
|
|
|
|
|
- font-weight: normal;
|
|
|
|
|
- font-style: normal;
|
|
|
|
|
- font-display: swap;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-@font-face {
|
|
|
|
|
- font-family: "Pacifico";
|
|
|
|
|
- src: url("../fonts/Pacifico-Regular.woff2") format("woff2");
|
|
|
|
|
|
|
+ font-family: "Great Vibes";
|
|
|
|
|
+ src: url("../fonts/GreatVibes-Regular.ttf") format("truetype");
|
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
font-display: swap;
|
|
font-display: swap;
|
|
@@ -47,12 +38,12 @@ a:hover { text-decoration: underline; }
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
gap: 12px;
|
|
gap: 12px;
|
|
|
- font-family: "Pacifico", "Dancing Script", cursive;
|
|
|
|
|
- font-size: 1.8rem;
|
|
|
|
|
- font-weight: 500;
|
|
|
|
|
|
|
+ font-family: "Great Vibes", cursive;
|
|
|
|
|
+ font-size: 2rem;
|
|
|
|
|
+ font-weight: 400;
|
|
|
color: var(--text);
|
|
color: var(--text);
|
|
|
- letter-spacing: 0.02em;
|
|
|
|
|
- text-shadow: 2px 2px 4px rgba(156, 124, 117, 0.15);
|
|
|
|
|
|
|
+ letter-spacing: 0.03em;
|
|
|
|
|
+ text-shadow: 2px 2px 6px rgba(156, 124, 117, 0.15);
|
|
|
}
|
|
}
|
|
|
.site-title a {
|
|
.site-title a {
|
|
|
display: flex;
|
|
display: flex;
|
|
@@ -62,7 +53,7 @@ a:hover { text-decoration: underline; }
|
|
|
}
|
|
}
|
|
|
.site-title a:hover {
|
|
.site-title a:hover {
|
|
|
color: var(--accent);
|
|
color: var(--accent);
|
|
|
- text-shadow: 2px 2px 6px rgba(156, 124, 117, 0.25);
|
|
|
|
|
|
|
+ text-shadow: 2px 2px 8px rgba(156, 124, 117, 0.25);
|
|
|
}
|
|
}
|
|
|
.site-logo {
|
|
.site-logo {
|
|
|
width: 64px;
|
|
width: 64px;
|