@font-face {
    src: url("/fonts/Gilroy-Regular.otf") format('opentype');;
    font-family: Gilroy-400;
    font-style: normal;
}
@font-face {
    src: url("/fonts/PlayfairDisplay-Regular.ttf") format('opentype');;
    font-family: PlayfairDisplay-400;
    font-style: normal;
}

@font-face {
    src: url("/fonts/Gilroy-Bold.otf") format('opentype');;
    font-family: Gilroy-700;
    font-style: normal;
}


@font-face {
    src: url("/fonts/PlayfairDisplay-Bold.ttf") format('opentype');;
    font-family: PlayfairDisplay-700;
    font-style: normal;
}

@font-face {
    src: url("/fonts/Gilroy-Medium.otf") format('opentype');;
    font-family: Gilroy-500;
    font-style: normal;
}

@font-face {
    src: url("/fonts/Gilroy-ExtraBold.otf") format('opentype');;
    font-family: Gilroy-800;
    font-style: normal;
}

@font-face {
    src: url("/fonts/Gilroy-Light.otf") format('opentype');;
    font-family: Gilroy-300;
    font-style: normal;
}

@font-face {
    src: url("/fonts/Gilroy-Semibold.otf") format('opentype');;
    /*src: url("/fonts/Gilroy-Semibold.otf");*/
    font-family: Gilroy-600;
    font-style: normal;
}

@font-face {
    src: url("/fonts/Gilroy-Black.otf") format('opentype');;
    font-family: Gilroy-900;
    font-style: normal;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
}

body {
    font-family: Gilroy-400;
}
