@font-face {
  font-family: 'OptimusPrinceps'; 
  src: url('./font/OptimusPrinceps.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Recommended for better performance */
}

@font-face {
    font-family: 'OptimusPrincepsSemiBold';
    src: url('./font/OptimusPrincepsSemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap; /* Recommended for better performance */
}

@font-face {
    font-family: 'Trajan Pro Regular';
    src: url('./font/TrajanProRegular.ttf') format('truetype');
}
#basic{
    font-family: 'OptimusPrinceps', 'OptimusPrincepsSemiBold', 'Times New Roman', serif;
}
.example-box{
    font-family: "Trajan Pro Regular", "Times New Roman", serif;
    font-size: large;
    text-align: center;
    color: rgb(174, 0, 0);
    background-image: url(./images/blackSplash.png);
    background-position: center;
    background-size: cover;
    padding: 50px;
}

.example-box p{
    text-shadow: 5px 0px 2px 2px #382609;
}

.explanation{
    font-family: 'Courier New', Courier, monospace;
    font-size: medium;
    background-color: lightgrey;
}