+
-
-
-
-
+
+
+
+ Disclaimer: Trading and digital asset investment involve substantial risk of loss. Past performance is not indicative of future results. The educational materials provided are for informational purposes only and should not be construed as financial advice. Gavin Healey is not a licensed financial advisor or investment professional. Always conduct your own due diligence and consult with a qualified financial professional before making investment decisions. Results shown are examples and do not guarantee future performance. Your individual results may vary based on skill, market conditions, and risk management practices.
+
+
);
-}
\ No newline at end of file
+}
diff --git a/src/app/styles/base.css b/src/app/styles/base.css
index 52de42f..aa7fd03 100644
--- a/src/app/styles/base.css
+++ b/src/app/styles/base.css
@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
- font-family: var(--font-open-sans), sans-serif;
+ font-family: var(--font-montserrat), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
- font-family: var(--font-inter), sans-serif;
+ font-family: var(--font-montserrat), sans-serif;
}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 8874b7f..dfc16c2 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
- /* --background: #ffffff;;
- --card: #f9f9f9;;
- --foreground: #120a00e6;;
- --primary-cta: #FF7B05;;
- --secondary-cta: #f9f9f9;;
- --accent: #e2e2e2;;
- --background-accent: #FF7B05;; */
+ /* --background: #0a0a0a;;
+ --card: #1a1a1a;;
+ --foreground: #f5f5f5;;
+ --primary-cta: #d4af37;;
+ --secondary-cta: #0a0a0a;;
+ --accent: #1e3a8a;;
+ --background-accent: #d4af37;; */
- --background: #ffffff;;
- --card: #f9f9f9;;
- --foreground: #120a00e6;;
- --primary-cta: #FF7B05;;
+ --background: #0a0a0a;;
+ --card: #1a1a1a;;
+ --foreground: #f5f5f5;;
+ --primary-cta: #d4af37;;
--primary-cta-text: #ffffff;;
- --secondary-cta: #f9f9f9;;
+ --secondary-cta: #0a0a0a;;
--secondary-cta-text: #120a00e6;;
- --accent: #e2e2e2;;
- --background-accent: #FF7B05;;
+ --accent: #1e3a8a;;
+ --background-accent: #d4af37;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);