@font-face {
    font-family: GenosGFG;
    font-style: normal;
    font-weight: 300;
    src: local("GenosGFG Regular"), local("GenosGFG-Regular"),
        url(../fonts/genosgfg/GenosGFG-Regular.woff2) format("woff2"),
        url(../fonts/genosgfg/GenosGFG-Regular.woff) format("woff");
}

@font-face {
    font-family: GenosGFG;
    font-style: italic;
    font-weight: 300;
    src: local("GenosGFG Regular Italic"), local("GenosGFG-RegularItalic"),
        url(../fonts/genosgfg/GenosGFG-RegularItalic.woff2) format("woff2"),
        url(../fonts/genosgfg/GenosGFG-RegularItalic.woff) format("woff");
}

@font-face {
    font-family: GenosGFG;
    font-style: normal;
    font-weight: 600;
    src: local("GenosGFG Bold"), local("GenosGFG-Bold"),
        url(../fonts/genosgfg/GenosGFG-Bold.woff2) format("woff2"),
        url(../fonts/genosgfg/GenosGFG-Bold.woff) format("woff");
}

@font-face {
    font-family: GenosGFG;
    font-style: italic;
    font-weight: 600;
    src: local("GenosGFG Bold Italic"), local("GenosGFG-BoldItalic"),
        url(../fonts/genosgfg/GenosGFG-BoldItalic.woff2) format("woff2"),
        url(../fonts/genosgfg/GenosGFG-BoldItalic.woff) format("woff");
}

html,
body {
    font-family: GenosGFG, Arial, sans-serif;
    font-size: 16px;
}

main {
    margin-top: 40px;
}