@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Mozilla+Headline:wght@200..700&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Roboto", sans-serif; */
/* font-family: "Mozilla Headline", sans-serif; */
/* font-family: "Archivo Black", sans-serif; */
/* font-family: "Oswald", sans-serif; */
/* font-family: "Playfair Display", serif; */

::selection {
    background-color: #bfd3dd;
}
a {
    color: #747474;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    pointer-events: pointer;
}
a:hover {
    color: #a0a0a0;
    cursor: pointer;
    pointer-events: pointer;
}
body {
    font-family: 'Roboto', Helvetica, Arial, serif, sans-serif, serif;
    color: #1C1C1E;
    overflow-x: hidden;
}
html {
    color: #1C1C1E;
    overflow-x: hidden;
}
.topIcon {
    width: 140px;
    height: auto;
}