@font-face {
    font-family: 'GoogleSans-Regular';
    src: url('../fonts/GoogleSans-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'GoogleSans-Bold';
    src: url('../fonts/GoogleSans-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'NotoSans-Regular';
    src: url('../fonts/NotoSansArmenian-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'NotoSans-Bold';
    src: url('../fonts/NotoSansArmenian-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
}

.english{
    font-family: "GoogleSans-Regular", sans-serif;
    margin-bottom: 200px;
}

.english h2, h3, h4, h5, h6 {
    font-family: "GoogleSans-Bold", sans-serif;
    margin: 0;
}