diff --git a/miniapp/assets/podbor.css b/miniapp/assets/podbor.css index adb86d7..ac2a847 100644 --- a/miniapp/assets/podbor.css +++ b/miniapp/assets/podbor.css @@ -2004,15 +2004,14 @@ margin-bottom: 28px; } .role-chooser-head .tagline { - font-family: "Caveat", "Brush Script MT", cursive; - font-weight: 700; - font-size: 34px; - line-height: 1; + font-family: "Cormorant Garamond", "Newsreader", Georgia, serif; + font-style: italic; + font-weight: 500; + font-size: 28px; + line-height: 1.15; color: var(--walnut, #6B4A2B); - margin: 0 0 8px; - transform: rotate(-2deg); - display: inline-block; - letter-spacing: 0.5px; + margin: 0 0 12px; + letter-spacing: 0.01em; } .role-chooser-head .display-title { font-size: 36px; diff --git a/miniapp/assets/styles.css b/miniapp/assets/styles.css index 550a27d..37f5b82 100644 --- a/miniapp/assets/styles.css +++ b/miniapp/assets/styles.css @@ -234,16 +234,16 @@ button { font: inherit; cursor: pointer; border: none; background: none; color: margin-top: 4px; } -/* Каллиграфический слоган — на splash и других вход-экранах */ +/* Слоган бренда — Cormorant Garamond Italic, сдержанный serif-италик */ .loader-tagline { - font-family: "Caveat", "Brush Script MT", cursive; - font-weight: 700; - font-size: 26px; - line-height: 1; + font-family: "Cormorant Garamond", "Newsreader", Georgia, serif; + font-style: italic; + font-weight: 500; + font-size: 22px; + line-height: 1.1; color: var(--walnut, #6B4A2B); - margin-top: 8px; - transform: rotate(-2deg); - display: inline-block; + margin-top: 6px; + letter-spacing: 0.005em; } .loader-bar { diff --git a/miniapp/index.html b/miniapp/index.html index 28d8a5e..b4a8d68 100644 --- a/miniapp/index.html +++ b/miniapp/index.html @@ -10,10 +10,10 @@