@font-face {
  font-family: "Chaney Regular";
  src: url(/fonts/CHANEY-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Chaney Wide";
  src: url(/fonts/CHANEY-Wide.ttf) format("truetype");
}

@font-face {
  font-family: "Neue Haas Unica";
  src: url(/fonts/NeueHaasUnica-ExtraLight.ttf) format("truetype");
}

:root,
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 16px;
  
  /* display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; */
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1140px;
  }
}

h1, h2, h3, h4 {
  font-family: Chaney Regular, sans-serif;
  color: #37ebfc;
}

h1 {
  font-size: 3.2rem;
}

h4 {
  font-size: 1.5rem;
}

p {
  font-size: 1.1rem;
}

a {
  color: #ff614f;
  text-decoration: none;
}

.bg-cta {
  background-color: #252525;
}

.navbar-brand img {
  width: 100%;
  max-width: 250px;
}

@media (min-width: 992px) {
  .navbar-brand img {
    max-width: 350px;
  }
}

.navbar {
  font-size: 1.2rem;
}

.nav-link {
  color: white;
}

.btn.btn-primary {
  --bs-btn-bg: #00c853;
  --bs-btn-border-color: #00c853;
  --bs-btn-hover-bg: #03b048;
  --bs-btn-active-bg: #03b048;

  font-weight: bold;
  text-transform: uppercase;
}

img {
  max-width: 100%;
}

.dark {
  background-color: #1d0e24 !important;
}

#sendowl-checkout {
  color-scheme: auto;
}

.video-player {
  width: 100%;
  aspect-ratio: calc(16/9);
  max-width: 800px;
}

.features img {
  height: auto;
  max-width: 100%;
  max-height: 300px;
}

.export-menu img {
  max-height: 150px;
}

.editor-logos img {
  width: 100px;
}

.editor-logos p {
  font-size: 1.2rem;
}

.benefit i {
  font-size: 50px;
}

.benefit h3 {
  font-size: 1.4rem;
}

.benefit p {
  font-size: 1.2rem;
}

.pricing-lite h3 {
  font-family: "Neue Haas Unica", sans-serif;
  letter-spacing: 1px;
}

.pricing-pro h3 {
  font-family: "Chaney Wide", sans-serif;
  letter-spacing: 1px;
}

.pricing-price {
  font-size: 5rem;
}

.faq-accordion p:last-child {
  margin-bottom: 0;
}

.download-jumpcut-logo {
  max-width: 200px;
}

.download-tile {
  height: 300px;
  background-color: #222;
  border: 2px solid #fff;
  border-radius: 5px;
  transition: 0.1s;
  color: #fff;
}

.download-tile:hover {
  background-color: #333;
}

.download-tile img {
  max-width: 80px;
}
