    @font-face {
      font-family: 'Rockwell'; /* Choose a name for your font */
      src: url('../fonts/rockeb.ttf') format('truetype');
      font-weight: bolder; /* Adjust weight as needed */
      font-style: normal;  /* Adjust style as needed */
    }@font-face {
      font-family: 'Garamond'; /* Choose a name for your font */
      src: url('../fonts/gara.ttf') format('truetype');
      font-weight: normal; /* Adjust weight as needed */
      font-style: normal;  /* Adjust style as needed */
    }

    main {
        font-family: 'Garamond', sans-serif; /* Sets Arial, falls back to generic sans-serif */
        font-weight: 800;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: Impact, serif; /* Sets Impact, falls back to generic serif */
        font-weight: normal;
    }

    .text-shadow {
      text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); /* horizontal-offset vertical-offset blur-radius color */
    }