@import url("style.css");
@font-face {
  font-family: "Gotham Light";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Gotham-Light.woff") format("woff");
}
@font-face {
  font-family: "Gotham Light Italic";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/Gotham-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gotham-Book.woff") format("woff");
}
@font-face {
  font-family: "Gotham Book Italic";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Gotham-BookItalic.woff") format("woff");
}
@font-face {
  font-family: "Gotham Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gotham-Medium.woff") format("woff");
}
@font-face {
  font-family: "Gotham Medium Italic";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Gotham-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Gotham Bold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Gotham-Bold.woff") format("woff");
}
@font-face {
  font-family: "Gotham Bold Italic";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/Gotham-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Gotham Black";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Gotham-Black.woff") format("woff");
}
@font-face {
  font-family: "Gotham Ultra";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Gotham-Ultra.woff") format("woff");
}
:root {
  --cor-de-fundo: #ffffff;
  --branco: #FFFFFF;
  --red: #EC0044;
  --color-p: #333333;
  --preto: #000000;
  --bg2: #ADB9C3;
  --fonte-principal: "Gotham", sans-serif;
}

body {
  background-color: var(--branco);
  font-family: var(--fonte-principal);
  font-size: 16px;
  font-weight: 400;
  color: var(--branco);
}

.container-fluid {
  max-width: 1440px;
}/*# sourceMappingURL=main.css.map */