Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8fec9b0885 | |||
| bb842e6859 | |||
| f2c62ac268 | |||
| 73069227a1 | |||
| 2509db79fb | |||
| 574b8f2f9c | |||
| 07884c6582 | |||
| 8b5db7e87e | |||
| 1317fd645d | |||
| 01ddd6ac19 | |||
| 6461c478f0 | |||
| 6825396d74 | |||
| 3e90be4f3c |
@@ -43,12 +43,16 @@ export const metadata: Metadata = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const libreBaskerville = Libre_Baskerville({
|
const libreBaskerville = Libre_Baskerville({
|
||||||
variable: "--font-libre-baskerville", subsets: ["latin"],
|
variable: "--font-libre-baskerville",
|
||||||
|
subsets: ["latin"],
|
||||||
weight: ["400", "700"],
|
weight: ["400", "700"],
|
||||||
});
|
});
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
variable: "--font-inter",
|
||||||
|
subsets: ["latin"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #e3deea;
|
--background: #f5f5f5;
|
||||||
--card: #ffffff;
|
--card: #ffffff;
|
||||||
--foreground: #27231f;
|
--foreground: #1c1c1c;
|
||||||
--primary-cta: #27231f;
|
--primary-cta: #1f3251;
|
||||||
--primary-cta-text: #e3deea;
|
--primary-cta-text: #f5f5f5;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #27231f;
|
--secondary-cta-text: #1c1c1c;
|
||||||
--accent: #c68a62;
|
--accent: #15479c;
|
||||||
--background-accent: #c68a62;
|
--background-accent: #a8cce8;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user