@font-face {
  font-family: "Century Gothic";
  src: url('//www.ryanandrose.co/cdn/shop/t/183/assets/font-CenturyGothicStd.ttf?v=119399714800622805631772031889') format("truetype"),
    url('//www.ryanandrose.co/cdn/shop/t/183/assets/font-CenturyGothicStd.woff?v=180595415297887313361772031889') format("woff"),
    url('//www.ryanandrose.co/cdn/shop/t/183/assets/font-CenturyGothicStd.woff2?v=83793998948350675921772031889') format("woff2");
}

@font-face {
  font-family: "College Block";
  src: url('//www.ryanandrose.co/cdn/shop/t/183/assets/CollegeBlock.ttf?v=49194801576063979751772031893') format("truetype"),
  url('//www.ryanandrose.co/cdn/shop/t/183/assets/CollegeBlock?v=102580') format("woff"),
  url('//www.ryanandrose.co/cdn/shop/t/183/assets/CollegeBlock.woff2?v=54840259515659881371772031893') format("woff2");
}

@font-face {
  font-family: "Hello Gorgeous";
  src: url('//www.ryanandrose.co/cdn/shop/t/183/assets/HelloGorgeous.otf?v=162421844439411769561772031892') format("opentype"),
    url('//www.ryanandrose.co/cdn/shop/t/183/assets/HelloGorgeous.ttf?v=111232623239851041391772031893') format("truetype");
}

@font-face {
  font-family: "Interlocking Vine";
  src: url('//www.ryanandrose.co/cdn/shop/t/183/assets/InterlockingVine.ttf?v=167788204452293031441772031892') format("truetype"),
    url('//www.ryanandrose.co/cdn/shop/t/183/assets/InterlockingVine.woff?v=5739588762718283851772031893') format("woff"),
    url('//www.ryanandrose.co/cdn/shop/t/183/assets/InterlockingVine.woff2?v=71560886671250614691772031893') format("woff2");
}

@font-face {
  font-family: "Marshmallow";
  src: url('//www.ryanandrose.co/cdn/shop/t/183/assets/font-marshmallow.otf?v=157562405857766402181772031889') format("opentype");
}

@font-face {
  font-family: "Round Monogram Center";
  src: url('//www.ryanandrose.co/cdn/shop/t/183/assets/RoundMonogramCenter.ttf?v=90185959223463193931772031892') format("truetype"),
  url('//www.ryanandrose.co/cdn/shop/t/183/assets/RoundMonogramCenter.woff?v=176554872983792117351772031892') format("woff"),
  url('//www.ryanandrose.co/cdn/shop/t/183/assets/RoundMonogramCenter.woff2?v=71460581007815065271772031892') format("woff2");
}

@font-face {
  font-family: "Round Monogram Left";
  src: url('//www.ryanandrose.co/cdn/shop/t/183/assets/RoundMonogramLeft.ttf?v=53513281042644769571772031892') format("truetype"),
    url('//www.ryanandrose.co/cdn/shop/t/183/assets/RoundMonogramLeft.woff?v=22735568243460554851772031892') format("woff"),
    url('//www.ryanandrose.co/cdn/shop/t/183/assets/RoundMonogramLeft.woff2?v=42233804587648818561772031892') format("woff2");
}

@font-face {
  font-family: "Round Monogram Right";
  src: url('//www.ryanandrose.co/cdn/shop/t/183/assets/RoundMonogramRight.ttf?v=108327295103976688571772031892') format("truetype"),
  url('//www.ryanandrose.co/cdn/shop/t/183/assets/RoundMonogramRight.woff?v=49097415518485865431772031892') format("woff"),
  url('//www.ryanandrose.co/cdn/shop/t/183/assets/RoundMonogramRight.woff2?v=19785442705849691141772031892') 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";
    }
  }
}
