body {
    font-optical-sizing: auto;
    font-weight: 500; /* any value between 400 and 900 can be used */
    font-style: normal;
    color: white; 
}
/* If you're using @import, include this at the top of the CSS file */
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@500&display=swap');

.alexandria-text {
  font-family: 'Alexandria', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: white;
}