@font-face {
  font-family: "SummerLovingSans";
  src: url('fonts/SummerLovingSans/font.woff2') format('woff2'), url('fonts/SummerLovingSans/font.woff') format('woff');
}
@font-face {
  font-family: "SummerLovingSolid";
  src: url('fonts/SummerLovingSolid/font.woff2') format('woff2'), url('fonts/SummerLovingSolid/font.woff') format('woff');
}
@font-face {
  font-family: "SummerLovingRegular";
  src: url('fonts/SummerLovingRegular/font.woff2') format('woff2'), url('fonts/SummerLovingRegular/font.woff') format('woff');
}

@font-face {
  font-family: 'fortquinsy';
  src: url('fonts/Fortquinsy/fortquinsy-webfont.woff2') format('woff2'),
       url('fonts/Fortquinsy/fortquinsy-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fonseca_granderegular';
  src: url('fonts/Fonseca/fonseca-grande-webfont.woff2') format('woff2'),
       url('fonts/Fonseca/fonseca-grande-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'konnectbold';
  src: url('fonts/Konnect-Fonts/konnect-bold-webfont.woff2') format('woff2'),
       url('fonts/Konnect-Fonts/konnect-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'konnectitalic';
  src: url('fonts/Konnect-Fonts/konnect-italic-webfont.woff2') format('woff2'),
       url('fonts/Konnect-Fonts/konnect-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'konnectregular';
  src: url('fonts/Konnect-Fonts/konnect-regular-webfont.woff2') format('woff2'),
       url('fonts/Konnect-Fonts/konnect-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'konnectsemibold';
  src: url('fonts/Konnect-Fonts/konnect-semibold-webfont.woff2') format('woff2'),
       url('fonts/Konnect-Fonts/konnect-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.font-summerloving {
  font-family: "SummerLovingRegular";
}
.font-summerloving-sans {
  font-family: "SummerLovingSans";
}
.font-summerloving-solid {
  font-family: "SummerLovingSolid";
}
.font-fortquinsy {
  font-family: "fortquinsy";
}

.font-fonseca {
  font-family: "fonseca_granderegular";
}

.font-konnectbold {
  font-family: "konnectbold";
}
.font-konnectitalic {
  font-family: "konnectitalic";
}
.font-konnectregular {
  font-family: "konnectregular";
}
.font-konnectsemibold {
  font-family: "konnectsemibold";
}