@import url('./reset.css');
@import url('./normalize.css');
@import url('./fonts/kadwa.css');
@import url('./fonts/inter.css');
@import url('./fonts/lato.css');
@import url('./fonts/noto-sans.css');
@import url('./components/lm-grid.css');
@import url('./components/lm-swiper.css');
@import url('./components/lm-button.css');
@import url('./components/lm-section.css');
@import url('./components/lm-socials.css');
@import url('./components/lm-select.css');
@import url('./components/lm-cards-type-one.css');
@import url('./components/lm-cards-type-two.css');
@import url('./components/lm-cards-type-three.css');
@import url('./components/lm-cards-type-four.css');
@import url('./components/lm-footer.css');
@import url('./components/lm-header.css');
@import url('./sections/section-intro.css');
@import url('./sections/section-skills.css');
@import url('./sections/section-services.css');
@import url('./sections/section-roadmap.css');
@import url('./sections/section-team-advisor.css');
@import url('./sections/section-coop.css');
@import url('./sections/section-token.css');
/**
 * COLORS
 */
:root {
    --primary-color: #5bb8f1;
    --blue-color: #60aef0;
    --secondary-color: #5bf0f5;
    --text-color: #ffffff;
    --bg-color: #000000;

    --accent-color: #bde3ff;
    --white-color: #ffffff;
    --black-color: #000000;
    --gray-color: #8c8c8c;
}

body {
    font-family: "Lalezar", 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--text-color);
    background-color: var(--bg-color);
}