/* Skydogg Custom Homepage CSS */

/* Define fonts */
@font-face {
    font-family: gothamProDefault;
    src: url("/sdHomepage/fonts/GothaProReg.otf");
}

@font-face {
    font-family: gothamProBold;
    src: url("/sdHomepage/fonts/GothaProBol.otf");
}

@font-face {
    font-family: gothamProLight;
    src: url("/sdHomepage/fonts/GothaProLig.otf");
}

/* Continue reading sections */
.continueReadingThickerTitle{
    font-family: gothamProBold;
    font-weight: bold;
    font-size: 24px !important;
    line-height: 38px;
}

.continueReadingThickerTitle.why-bg{
    padding-top: 35px;
}

.continueReadingGraySubTitle{
    font-family: gothamProLight;
    font-size: 20px !important;
    font-weight: bold;
}