@font-face {
    font-family: HKGroteskPro;
    font-weight: 400;
    src: url(../fonts/HK%20Grotesk%20Pro/HKGroteskPro-Regular.woff2) format("woff2"), url(../fonts/HK%20Grotesk%20Pro/HKGroteskPro-Regular.woff) format("woff")
}

@font-face {
    font-family: HKGroteskPro;
    font-weight: 600;
    src: url(../fonts/HK%20Grotesk%20Pro/HKGroteskPro-Medium.woff2) format("woff2"), url(../fonts/HK%20Grotesk%20Pro/HKGroteskPro-Medium.woff) format("woff")
}

@font-face {
    font-family: HKGroteskPro;
    font-weight: 700;
    src: url(../fonts/HK%20Grotesk%20Pro/HKGroteskPro-Bold.woff2) format("woff2"), url(../fonts/HK%20Grotesk%20Pro/HKGroteskPro-Bold.woff) format("woff")
}

@font-face {
    font-family: Feather;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Feather/Feather.ttf?sdxovp) format("truetype"), url(../fonts/Feather/Feather.woff?sdxovp) format("woff"), url(../fonts/Feather/Feather.svg?sdxovp#Feather) format("svg")
}

body {
    -webkit-tap-highlight-color: rgba(22, 28, 45, 0);
    background-color: #fff;
    color: #161c2d;
    font-family: Inter, serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    -webkit-text-size-adjust: 100%
}