/*  Gladiola is the script-like font   */
/*  ASgrandir is used for the logo & paragraph text  */

  @font-face {
      font-family: 'Gladiola';
      src: url('../fonts/GladiolaRegular-Regular.woff2') format('woff2'),
          url('../fonts/GladiolaRegular-Regular.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Agrandir-Narrow';
      src: url('../fonts/Agrandir-Narrow.woff2') format('woff2'),
          url('../fonts/Agrandir-Narrow.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Agrandir';
      src: url('../fonts/Agrandir-Regular.woff2') format('woff2'),
          url('../fonts/Agrandir-Regular.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }


	a 	{
			color: inherit;
			text-decoration: none;
			}
  BODY 	{
  		background-color: BLACK;
  		text-align: justify;
  		}

  .master {
      position: relative;
      margin-left: auto;
      margin-right: auto;
      width: 1600px;
      background-color: #000000;
      }

    .LOGO {
        font-family: 'Agrandir-Narrow', serif;
        color: #8090ff;
        font-weight: 400;
        font-size: 67px;
        text-shadow: 0 0 40px magenta;
    }

    .hoodies {
        font-family: 'Agrandir', serif;
        color: #8090ff;
        font-weight: 400;
        font-size: 60px;
    }

    .were {
        font-family: 'Agrandir', serif;
        color: #FFFFFF;
        font-weight: 400;
        font-size: 38px;
    }

    .textblock1 {
        font-family: 'Agrandir', serif;
        color: #FFFFFF;
        font-weight: 100;
        font-size: 31px;
        text-align: left;
        line-height: 1.5;
    }
    .textblock2 {
        font-family: 'Agrandir', serif;
        color: #FFFFFF;
        font-weight: 100;
        font-size: 31px;
        text-align: left;
        line-height: 1.35;
        }
