: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.otf') format('opentype');
font-weight: 400;
font-style: normal;
}

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

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

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

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

@font-face {
font-family: 'Satoshi';
src: url('Satoshi_Complete/Fonts/OTF/Satoshi-Italic.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;
}
