@import url("https://use.typekit.net/rbx0zog.css");
/* Open Sans Light */
@font-face {
    font-family: "open-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}
/* Open Sans Regular */
@font-face {
    font-family: "open-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* Open Sans Italic */
@font-face {
    font-family: "open-sans", sans-serif;
    font-weight: 400;
    font-style: italic;
}
/* Open Sans Semibold */
@font-face {
    font-family: "open-sans", sans-serif;
    font-weight: 600;
    font-style: normal;
}
/* Open Sans Bold */
@font-face {
    font-family: "open-sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}
/* Open Sans Bold Italic */
@font-face {
    font-family: "open-sans", sans-serif;
    font-weight: 700;
    font-style: italic;
}
/* Open Sans Extrabold */
@font-face {
    font-family: "open-sans", sans-serif;
    font-weight: 800;
    font-style: normal;
}
/* Open Sans Condensed Light */
@font-face {
    font-family: "open-sans-condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
}
/* Open Sans Condensed Light Italic */
@font-face {
    font-family: "open-sans-condensed", sans-serif;
    font-weight: 300;
    font-style: italic;
}
/* Open Sans Condensed Bold */
@font-face {
    font-family: "open-sans-condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
}
