feat: add offer section

This commit is contained in:
2025-05-29 15:18:51 +03:00
parent c4cc79637b
commit 6bd23f4d2d
31 changed files with 358 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ import '@core/styles/reset.scss';
import '@core/styles/globals.scss';
const openSans = Open_Sans({
subsets: ['latin', 'cyrillic'],
subsets: ['cyrillic'],
weight: ['300', '400', '500', '600', '700'],
variable: '--open-sans',
});