@import url(styles/mainLoader.css);
@import url(styles/componentsLoader.css);
@import url(styles/fontLoader.css);

body {
    background-color: #181A20;
    margin: 0;
    padding: 0;
}

html {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
}

:root {
    /* Variables */

    --main-text-color: #EDF5FC
}

p, h1, h2, h3, h4, h5, h6 {
    color: #EDF5FC;
}