/* 1) Import Orbitron from Google Fonts (MUST be first) */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap');

/* 2) Load Neopixe from local file */
@font-face {
    font-family: 'Neopixe';
    src: url('fonts/neopixel-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* 3) Global background color */
body {
    background-color: black;
    margin: 0;
    text-align:center;
    padding: 0;
}

/* 4) Orbitron style */
.orbitron-text {
    font-family: 'Orbitron', sans-serif;
    color: limegreen; /* bright green */
}

/* 5) Neopixe style */
.neopixe-text {
    font-family: 'Neopixe', sans-serif;
    color: limegreen;
}

h2 {
	font-size:72pt;
}
h1 {
	font-size:92pt;
}

p {font-size:120pt;
font-weight:700;
line-height:1.05;}

.bigger-text {
	font-size:180pt;
	  font-weight: 700;   /* or 'bold' */
  line-height: 1.05;
}
