diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..6ba5da4 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,29 @@ + +body { + font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + background-color: #ffffff; + color: #212529; +} + +.hero { + background-color: #f8f9fa; + padding: 4rem 2rem; + text-align: center; + border-bottom: 1px solid #dee2e6; +} + +.features { + padding: 4rem 2rem; +} + +.contact { + padding: 4rem 2rem; + background-color: #f8f9fa; +} + +.toast-container { + position: fixed; + top: 1rem; + right: 1rem; + z-index: 1050; +}