Update admin theme palette and heading font
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-23 12:36:57 +01:00
parent d000d9b456
commit ead80025fc
4 changed files with 2194 additions and 2130 deletions

View File

@@ -113,6 +113,70 @@
font-display: swap;
}
@font-face {
font-family: 'Fraunces';
src: url('/fonts/google/fraunces/Fraunces-400-normal.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Fraunces';
src: url('/fonts/google/fraunces/Fraunces-400-italic.ttf') format('truetype');
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Fraunces';
src: url('/fonts/google/fraunces/Fraunces-500-normal.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Fraunces';
src: url('/fonts/google/fraunces/Fraunces-500-italic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Fraunces';
src: url('/fonts/google/fraunces/Fraunces-600-normal.ttf') format('truetype');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Fraunces';
src: url('/fonts/google/fraunces/Fraunces-600-italic.ttf') format('truetype');
font-weight: 600;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Fraunces';
src: url('/fonts/google/fraunces/Fraunces-700-normal.ttf') format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Fraunces';
src: url('/fonts/google/fraunces/Fraunces-700-italic.ttf') format('truetype');
font-weight: 700;
font-style: italic;
font-display: swap;
}
:root {
--guest-primary: #007aff;
--guest-secondary: #5ad2f4;