/*GENERALES*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");


* {
  font-family: "Quicksand", sans-serif;
}

a {
    text-decoration: none;
}

h1 {
    color: #232249;
}

h2 {
    color: #232249;
}

h3 {
    color: #232249;
}

h4 {
    color: #232249;
}

p {
    color: #232249;
}

strong {
    color: #E41D20;
}