@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('./main.css');
@import url('./texto.css');

html, body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: "Manrope", serif;
    font-optical-sizing: auto;
}

:root {
    --VeryDarkGrayishBlue: hsl(217, 19%, 35%);
    --DesaturatedDarkBlue: hsl(214, 17%, 51%);
    --GrayishBlue: hsl(212, 23%, 69%);
    --LightGrayishBlue: hsl(210, 46%, 95%);
}