@import url("compontents.css");
@import url("responsive.css");

@font-face {
  font-family: 'Aventa';
  src: url('fonts/Aventa-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.woff');
}

html {
    cursor: default;
    overflow: hidden;
    scroll-behavior: smooth;
    background-color: #0F1117;
    user-select: none;
}

main {
    display: flex;
    margin: 10vh;
    margin-right: 5vh;
    font-family: 'Aventa';
    color: #00C776;
}

p {
    margin: clamp(1px, 0.2em, 6px) 0;
}

a {
    color: inherit;
    text-decoration: none;
}