20 lines
No EOL
512 B
CSS
20 lines
No EOL
512 B
CSS
:root {
|
|
--surface-container-low: #faf3e7;
|
|
--surface-container-highest: #eae2d2;
|
|
--surface: #fff8f0;
|
|
--backdrop-blur: 24px;
|
|
--primary: #8c4d50;
|
|
--primary-container: #fcacaf;
|
|
--on-background: #363227;
|
|
--nav-height: 4rem;
|
|
--border-radius: 48px;
|
|
--max-content-width: 80rem;
|
|
--secondary-container: #e0f5cb;
|
|
--on-secondary-container: #4c5e3e;
|
|
}
|
|
|
|
body {
|
|
background-color: var(--surface);
|
|
font-family: 'Plus Jakarta Sans', sans-serif;
|
|
box-sizing: border-box;
|
|
} |