/*
Stylesheet for migrated Drupal legacy pages. These rules reflect the latest markup, as of 4/27/2022, found in the NBA Teams Static Blank Slate project markup and NOT of the legacy Drupal environment. The rules below are meant to conform to Drupal layouts and design standards.
*/
:root {
  --backgroundColor: #141414;
  --primaryColor: #dd2b35;
  --background: url(https://d26dmzpiksq0q.cloudfront.net/shared/Rockets-BG2.webp);
}

body {
  background-color: var(--backgroundColor);
}

main {
  max-width: 1160px;
  margin: 36px auto;
  display: block;
}
input:focus {
  outline: none !important;
}

@font-face {
  font-family: "sw7";
  src: url("https://d26dmzpiksq0q.cloudfront.net/shared/f/sw/sw7.eot");
  src: url("https://d26dmzpiksq0q.cloudfront.net/shared/f/sw/sw7.woff2")
      format("woff2"),
    url("https://d26dmzpiksq0q.cloudfront.net/shared/f/sw/sw7.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sw4";
  src: url("https://d26dmzpiksq0q.cloudfront.net/shared/f/sw/sw4.eot");
  src: url("https://d26dmzpiksq0q.cloudfront.net/shared/f/sw/sw4.woff2")
      format("woff2"),
    url("https://d26dmzpiksq0q.cloudfront.net/shared/f/sw/sw4.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sw2";
  src: url("https://d26dmzpiksq0q.cloudfront.net/shared/f/sw/sw2.eot");
  src: url("https://d26dmzpiksq0q.cloudfront.net/shared/f/sw/sw2.woff2")
      format("woff2"),
    url("https://d26dmzpiksq0q.cloudfront.net/shared/f/sw/sw2.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "campaignHeadline";
  src: url("https://d26dmzpiksq0q.cloudfront.net/shared/campaignHeadline.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "campaignBold";
  src: url("https://d26dmzpiksq0q.cloudfront.net/shared/campaignBold.otf")
    format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "campaignMedium";
  src: url("https://d26dmzpiksq0q.cloudfront.net/shared/campaignMedium.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "campaignLight";
  src: url("https://d26dmzpiksq0q.cloudfront.net/shared/campaignLight.otf")
    format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "campaignLightItalic";
  src: url("https://d26dmzpiksq0q.cloudfront.net/shared/campaignLightItalic.otf")
    format("opentype");
  font-weight: 200;
  font-style: italic;
}
