@font-face {
  font-display: swap;
  font-family: ChevySans;
  font-style: normal;
  font-weight: 400;
  src: url("../ChevySans-Regular.woff2") format("woff2"),
    url("../ChevySans-Regular.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: ChevySans;
  font-style: normal;
  font-weight: 500;
  src: url("../ChevySans-Medium.woff2") format("woff2"),
    url("../ChevySans-Medium.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: ChevySans;
  font-style: normal;
  font-weight: 600;
  src: url("../ChevySans-Demi.woff2") format("woff2"),
    url("../ChevySans-Demi.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: ChevySans;
  font-style: normal;
  font-weight: 700;
  src: url("../ChevySans-Bold.woff2") format("woff2"),
    url("../ChevySans-Bold.woff") format("woff");
}

:root {
  --background-light: #fff;
  --gb-spacing-4: 4px;
  --gb-spacing-12: 12px;
  --gb-spacing-16: 16px;
  --gb-spacing-24: 24px;
  --gb-spacing-32: 32px;
  --gb-spacing-48: 48px;
  --gb-spacing-64: 64px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  width: 100%;
}

body {
  background: #fff;
  color: #111;
  font-family: ChevySans, Arial, Helvetica, sans-serif;
  font-weight: 500;
  overflow-x: hidden;
}

.corvette-360-module {
  margin: 0;
  max-width: none;
  min-height: 640px;
  padding: 0;
  width: 100%;
}

.corvette-360-intro h2 {
  color: #666;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 12px;
}

.corvette-360-intro p {
  font-size: 20px;
  line-height: 1.35;
  margin: 0 0 76px;
}

.corvette-360-shell {
  width: 100%;
}

.corvette-360-note {
  font-size: 14px;
  line-height: 1.4;
  margin: 28px 0 0;
}

gb-360-colorizer {
  width: 100%;
}

gb-360-colorizer:not(.fullscreen) {
  max-width: none;
}

gb-360-colorizer .asset img,
gb-360-colorizer gb-360-colorizer-flipbook canvas {
  display: block;
}

gb-360-colorizer .cta-container a {
  text-decoration: none;
}

gb-360-colorizer .cta-container a.gb-primary-button {
  align-items: center;
  background: #0077d9;
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  min-width: 275px;
  padding: 12px 32px;
  transition: background-color .2s ease;
}

gb-360-colorizer .cta-container a.gb-primary-button:hover,
gb-360-colorizer .cta-container a.gb-primary-button:focus {
  background: #0e4180;
  color: #fff;
}

@media (max-width: 799px) {
  .corvette-360-module {
    min-height: 0;
    padding: 0;
  }

  .corvette-360-intro p {
    font-size: 17px;
    margin-bottom: 36px;
  }

  .corvette-360-note {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .corvette-360-intro p {
    margin-bottom: 86px;
  }
}
