13 lines
348 B
CSS
13 lines
348 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;
|
|
}
|