@font-face {
  font-family: "Century Gothic";
  src: url('//www.ryanandrose.co/cdn/shop/t/185/assets/font-CenturyGothicStd.ttf?v=119399714800622805631772066741') format("truetype"),
    url('//www.ryanandrose.co/cdn/shop/t/185/assets/font-CenturyGothicStd.woff?v=180595415297887313361772066741') format("woff"),
    url('//www.ryanandrose.co/cdn/shop/t/185/assets/font-CenturyGothicStd.woff2?v=83793998948350675921772066741') format("woff2");
}

@font-face {
  font-family: "College Block";
  src: url('//www.ryanandrose.co/cdn/shop/t/185/assets/CollegeBlock.ttf?v=49194801576063979751772066741') format("truetype"),
  url('//www.ryanandrose.co/cdn/shop/t/185/assets/CollegeBlock?v=102802') format("woff"),
  url('//www.ryanandrose.co/cdn/shop/t/185/assets/CollegeBlock.woff2?v=54840259515659881371772066741') format("woff2");
}

@font-face {
  font-family: "Hello Gorgeous";
  src: url('//www.ryanandrose.co/cdn/shop/t/185/assets/HelloGorgeous.otf?v=162421844439411769561772066741') format("opentype"),
    url('//www.ryanandrose.co/cdn/shop/t/185/assets/HelloGorgeous.ttf?v=111232623239851041391772066741') format("truetype");
}

@font-face {
  font-family: "Interlocking Vine";
  src: url('//www.ryanandrose.co/cdn/shop/t/185/assets/InterlockingVine.ttf?v=167788204452293031441772066741') format("truetype"),
    url('//www.ryanandrose.co/cdn/shop/t/185/assets/InterlockingVine.woff?v=5739588762718283851772066741') format("woff"),
    url('//www.ryanandrose.co/cdn/shop/t/185/assets/InterlockingVine.woff2?v=71560886671250614691772066741') format("woff2");
}

@font-face {
  font-family: "Marshmallow";
  src: url('//www.ryanandrose.co/cdn/shop/t/185/assets/font-marshmallow.otf?v=157562405857766402181772066741') format("opentype");
}

@font-face {
  font-family: "Round Monogram Center";
  src: url('//www.ryanandrose.co/cdn/shop/t/185/assets/RoundMonogramCenter.ttf?v=90185959223463193931772066741') format("truetype"),
  url('//www.ryanandrose.co/cdn/shop/t/185/assets/RoundMonogramCenter.woff?v=176554872983792117351772066741') format("woff"),
  url('//www.ryanandrose.co/cdn/shop/t/185/assets/RoundMonogramCenter.woff2?v=71460581007815065271772066741') format("woff2");
}

@font-face {
  font-family: "Round Monogram Left";
  src: url('//www.ryanandrose.co/cdn/shop/t/185/assets/RoundMonogramLeft.ttf?v=53513281042644769571772066741') format("truetype"),
    url('//www.ryanandrose.co/cdn/shop/t/185/assets/RoundMonogramLeft.woff?v=22735568243460554851772066741') format("woff"),
    url('//www.ryanandrose.co/cdn/shop/t/185/assets/RoundMonogramLeft.woff2?v=42233804587648818561772066741') format("woff2");
}

@font-face {
  font-family: "Round Monogram Right";
  src: url('//www.ryanandrose.co/cdn/shop/t/185/assets/RoundMonogramRight.ttf?v=108327295103976688571772066741') format("truetype"),
  url('//www.ryanandrose.co/cdn/shop/t/185/assets/RoundMonogramRight.woff?v=49097415518485865431772066741') format("woff"),
  url('//www.ryanandrose.co/cdn/shop/t/185/assets/RoundMonogramRight.woff2?v=19785442705849691141772066742') format("woff2");
}



.font-1 {
  font-family: "Century Gothic";
}

.font-2 {
  font-family: "Marshmallow";
}

.font-3 {
  font-family: "Hello Gorgeous", cursive;
}

.font-4 {
  font-family: "College Block", sans-serif;
}

.font-5 {
  font-family: "Interlocking Vine";

  span {
    font-size: 40px;
    padding: 0 3px;
  }
}

.font-6 {
  span {
    padding: 0 3px;
    font-size: 40px;

    &:nth-child(2) {
      font-family: "Round Monogram Center";
    }

    &:first-child {
      font-family: "Round Monogram Left";
    }

    &:last-child {
      font-family: "Round Monogram Right";
    }
  }
}
