@font-face {
  font-family: 'Johnson-medium';
  src: url('/fonts/Johnston100-Medium.1b94a5fe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Johnson-light';
  src: url('/fonts/Johnston100-Light.ea0006fa.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body{
	background-color: black;
	color: white;
	font-family: 'Inter', sans-serif;
	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: 1rem; 
  	margin: 0;
}

.card-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}


.today-row .forecast-card img {
	height:80px;
	width: auto;
}

.today-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 1rem;

}

.next-bin {
  margin-left: auto;
}

.time-and-date-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 1rem;
  margin-top: 1rem;
}

.forecast-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 1rem;
  margin-top: 1rem;
}

.forecast-card {
  background: #1e1e1e;
  border-radius: 8px;
  padding: 0.75rem;
  width: 100px;
  text-align: center;
  font-size: 0.85rem;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.forecast-card {
  display: block;
}

@media (max-width: 768px) {
  .forecast-card:nth-of-type(n+5) {
    display: none;
  }
}

.forecast-card img {
  width: 40px;
  height: 40px;
}

.weather-card img {
  width: 80px;
  height: 80px;
}

.weather-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.desc {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
}

.temp {
  font-size: 1rem;
  margin: 0.25rem 0 0;
  color: #cccccc;
}

#Date {
      font-size: 36px;
}
#time {
      font-size: 24px;
}
.tube{
	font-family: Johnson-light;
}
.tube h3, .tube .line{
	font-family: Johnson-medium;
}

.tube li {
	padding: 10px;
}

.cable-car           { background-color: rgb(220, 36, 31); }
.buses               { background-color: rgb(220, 36, 31); }
.coaches             { background-color: rgb(241, 171, 0); }
.elizabeth-line      { background-color: rgb(119, 61, 189); }
.cycles              { background-color: rgb(220, 36, 31); }
.dial-a-ride         { background-color: rgb(183, 39, 191); }
.dlr                 { background-color: rgb(0, 175, 173); }
.overground          { background-color: rgb(239, 123, 16); }
.river               { background-color: rgb(0, 160, 226); }
.taxi-private-hire   { background-color: rgb(132, 128, 215); }
.tfl-rail            { background-color: rgb(0, 25, 168); }
.trams               { background-color: rgb(0, 189, 25); }
.underground         { background-color: rgb(40, 61, 134); }

.bakerloo            { background-color: rgb(178, 99, 0); }
.central             { background-color: rgb(220, 36, 31); }
.circle              { background-color: rgb(255, 211, 41); }
.district            { background-color: rgb(0, 125, 50); }
.hammersmith-city    { background-color: rgb(244, 169, 190); }
.jubilee             { background-color: rgb(161, 165, 167); }
.metropolitan        { background-color: rgb(155, 0, 88); }
.northern            { background-color: rgb(0, 0, 0); }
.piccadilly          { background-color: rgb(0, 25, 168); }
.victoria            { background-color: rgb(0, 152, 216); }
.waterloo-city       { background-color: rgb(147, 206, 186); }