
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap");

body {
    --font-text-theme: "Libre Baskerville", serif;
  }

.theme-light {
	--background-primary: #FDFCFC;
	--background-primary-alt: #FDFCFC;
	--background-secondary: #F7F3F0;
	--background-secondary-alt: #F7F3F0;
	--background-modifier-border: #33323118;
	--accent-h: 3;
	--accent-l: 54;
	--accent-s: 70;
	--interactive-normal: #F7F3F0;
	--interactive-hover: #ede9e1;
	--interactive-accent: #538a8a;
	--interactive-accent-hover: #5c9e9e;
	--text-normal: #333231;
	--text-muted: #807974;
	--text-faint: #80797499;
	--text-on-accent: #FDFCFC;
	--text-on-accent-inverted: #333231;
	--text-success: #538a8a;
	--text-warning: #AD514C;
	--text-error: #AD514C;
	--text-accent: #AD514C;
	--text-accent-hover: #cc645e;
	--text-selection: #dae5e2;
	--text-highlight-bg: #fab48588;
	--color-red: #AD514C;
	--color-orange: #D28450;
	--color-yellow: #D28450;
	--color-green: #538A8A;
	--color-cyan: #807974;
	--color-blue: #356B94;
	--color-purple: #804C6E;
	--color-pink: #BD71A4;
	--color-red-rgb: 173, 81, 76;
	--color-orange-rgb: 210, 132, 80;
	--color-yellow-rgb: 120, 113, 108;
	--color-green-rgb: 83, 138, 138;
	--color-cyan-rgb: 120, 113, 108;
	--color-blue-rgb: 53, 107, 148;
	--color-purple-rgb: 128, 76, 110;
	--color-pink-rgb: 189, 113, 164;

}