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

@@ -15,9 +15,9 @@
}
.survey-label {
font-family: 'Montserrat', sans-serif;
font-size: 1.1rem;
font-weight: 500;
font-family: 'Cormorant Garamond', serif;
font-size: 1.4rem;
font-weight: 600;
letter-spacing: 0.03em;
color: var(--text-muted);
}
@@ -28,7 +28,8 @@
border-bottom: 1.5px solid rgba(164, 90, 90, 0.25);
padding: 0.6rem 0;
font-family: 'Cormorant Garamond', serif;
font-size: 1.2rem;
font-size: 1.4rem;
font-weight: 400;
color: var(--text);
outline: none;
transition: border-color 0.25s;
@@ -97,7 +98,7 @@
background: var(--pink);
color: #fff;
border: none;
font-family: 'Montserrat', sans-serif;
font-family: 'Cormorant Garamond', serif;
font-size: 0.75rem;
font-weight: 500;
letter-spacing: 0.2em;