:root {
--primary-light: #E6DED3;
--cream-white: #FDF9F1;
--gray: #6B7280;
--black: #000000;
--dark-blue: #0F172A;
--accent-blue: #7291D7;
}
@font-face {
font-family: 'Satoshi';
src: url("Satoshi_Complete/Fonts/OTF/Satoshi-Regular.177a4dda04b5.otf") format('opentype');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Satoshi';
src: url("Satoshi_Complete/Fonts/OTF/Satoshi-Bold.4a6fdcfc68ad.otf") format('opentype');
font-weight: 700;
font-style: normal;
}

@font-face {
font-family: 'Satoshi';
src: url("Satoshi_Complete/Fonts/OTF/Satoshi-Black.22d9e9fdd872.otf") format('opentype');
font-weight: 900;
font-style: normal;
}

@font-face {
font-family: 'Satoshi';
src: url("Satoshi_Complete/Fonts/OTF/Satoshi-Light.d1d1eaba7a32.otf") format('opentype');
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: 'Satoshi';
src: url("Satoshi_Complete/Fonts/OTF/Satoshi-Medium.378def5c1f4d.otf") format('opentype');
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: 'Satoshi';
src: url("Satoshi_Complete/Fonts/OTF/Satoshi-Italic.e12f5b2bf973.otf") format('opentype');
font-weight: 400;
font-style: italic;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Satoshi', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}
