@font-face {
    font-family: "GothamRnd";
    src: url("./Assets/Fonts/GothamRnd-LightItal.otf");
    font-style: italic;
    font-weight: lighter;
}
@font-face {
    font-family: "GothamRnd";
    src: url("./Assets/Fonts/GothamRnd-BoldItal.otf");
    font-style: italic;
    font-weight: bold;
}
@font-face {
    font-family: "GothamRnd";
    src: url("./Assets/Fonts/GothamRnd-BookItal.otf");
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: "GothamRnd";
    src: url("./Assets/Fonts/GothamRnd-Bold.otf");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "GothamRnd";
    src: url("./Assets/Fonts/GothamRnd-Light.otf");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "GothamRnd";
    src: url("./Assets/Fonts/GothamRnd-Book.otf");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Mikado";
    src: url("./Assets/Fonts/HVD\ Fonts\ -\ MikadoRegular.otf");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Mikado";
    src: url("./Assets/Fonts/HVD\ Fonts\ -\ MikadoBold.otf");
    font-style: normal;
    font-weight: bold;
}
body {
    font-family: 'GothamRnd' !important;
    max-width: 1400px;
    margin: 0 auto;
    letter-spacing: 1.5px;
}

body p {
    font-size: 14px;
}

body h1 {
    font-family: 'Mikado';
    font-weight: bold;
}

html, body {
    overflow-x: hidden;
  }
  body {
    position: relative
  }
