/*
@font-face{
    font-family:"ynlar";
    src:url("/skin/font/SVN-Gilroy Bold.otf")
}*/

@font-face{
    font-family:"SVN-Gilroy";
    src:url("../../font/SVN-Gilroy%20Light.otf");
    font-weight: 200;
    font-display: swap;
}
@font-face{
    font-family:"SVN-Gilroy Light";
    src:url("../../font/SVN-Gilroy%20Light%20Italic.otf");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face{
    font-family:"SVN-Gilroy";
    src:url("../../font/SVN-Gilroy%20Regular.otf");
    font-weight: 400;
    font-display: swap;
}
@font-face{
    font-family:"SVN-Gilroy";
    src:url("../../font/SVN-Gilroy%20Medium.otf");
    font-weight: 500;
    font-display: swap;
}
@font-face{
    font-family:"SVN-Gilroy";
    src:url("../../font/SVN-Gilroy%20SemiBold.otf");
    font-weight: 600;
    font-display: swap;
}
@font-face{
    font-family:"SVN-Gilroy";
    src:url("../../font/SVN-Gilroy%20Bold.otf");
    font-weight: 700;
    font-display: swap;
}
@font-face{
    font-family:"SVN-Gilroy";
    src:url("../../font/SVN-Gilroy%20XBold.otf");
    font-weight: 900;
    font-display: swap;
}

body {
    font-family: SVN-Gilroy, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {
    margin: 0;
}
h1, h2, h3, h4 {
    font-weight: 700;
    margin: 0;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}


/*tablet*/
 @media (width >= 768px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 20px;
    }
}

/*desktop*/
 @media (width >= 1024px) {
    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 48px;
    }

    h3 {
        font-size: 40px;
    }

    h4 {
        font-size: 24px;
    }
}