@import url("https://socaltangochampionship.com/static/fonts/VerlagCondensed-XLight.otf");
@import url("https://socaltangochampionship.com/static/fonts/VerlagCondensed-Light.otf");
@import url("https://socaltangochampionship.com/static/fonts/VerlagCondensed-Book.otf");
@import url("https://socaltangochampionship.com/static/fonts/VerlagCompressed-Bold.otf");
@import url("https://socaltangochampionship.com/static/fonts/VerlagCondensed-XLight.ttf");
@import url("https://socaltangochampionship.com/static/fonts/VerlagCondensed-Light.ttf");
@import url("https://socaltangochampionship.com/static/fonts/VerlagCondensed-Book.ttf");
@import url("https://socaltangochampionship.com/static/fonts/VerlagCompressed-Bold.ttf");
@import url("https://socaltangochampionship.com/static/fonts/VerlagCompressed-Black.ttf");
@import url("https://socaltangochampionship.com/static/fonts/Billy Ohio.otf");
@import url("https://socaltangochampionship.com/static/fonts/Billy Ohio.ttf");

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Verlag Compressed";
  src: local("Verlag Compressed"),
    url("https://socaltangochampionship.com/static/fonts/VerlagCondensed-XLight.otf")
      format("opentype"),
    url("https://socaltangochampionship.com/static/fonts/VerlagCondensed-XLight.ttf ")
      format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Verlag Compressed";
  src: url("https://socaltangochampionship.com/static/fonts/VerlagCondensed-Light.otf")
      format("opentype"),
    url("https://socaltangochampionship.com/static/fonts/VerlagCondensed-Light.ttf ")
      format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Verlag Compressed";
  src: url("https://socaltangochampionship.com/static/fonts/VerlagCondensed-Book.otf")
      format("opentype"),
    url("https://socaltangochampionship.com/static/fonts/VerlagCondensed-Book.ttf")
      format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Verlag Compressed";
  src: url("https://socaltangochampionship.com/static/fonts/VerlagCompressed-Bold.otf")
      format("opentype"),
    url("https://socaltangochampionship.com/static/fonts/VerlagCompressed-Bold.ttf")
      format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Verlag Compressed";
  src: url("https://socaltangochampionship.com/static/fonts/VerlagCompressed-Black.ttf")
    format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Billy Ohio";
  src: local("Billy Ohio"),
    url("https://socaltangochampionship.com/static/fonts/Billy Ohio.otf")
      format("opentype"),
    url("https://socaltangochampionship.com/static/fonts/Billy Ohio.ttf")
      format("truetype");
  font-style: normal;
}
:root {
  --bg-color: #000000;
  --header-bg-color: #000000;
  --header-font-color: #555555;

  --font-color: #ffffff;
  --font-color-fade: #cccccc;

  --highlight-color: #d6b36a;
  --highlight-hover-color: rgb(102, 0, 0);
  --highlight-font-color: #ffffff;
  --active-color: #d6b36a;
  --active-font-color: #ffffff;

  --btn-primary-font-color: #ffffff;
  --btn-primary-color: #d6b36a;

  --font-family-title: Verlag Compressed;
  --font-family-heading: Verlag Compressed;
  --font-family-text: Public Sans;
  --font-family-tile-title: Verlag Compressed;
  --font-family-tile-highlight: Verlag Compressed;
  --font-family-decorative: Billy Ohio;

  --main-shadow: none; /* 5px 5px 10px #aaaaaa; */ /* old SoCal shadow */
  --main-border: 2px solid #cccccc;
}
