@font-face {
    font-family: 'SF-Pro';
    src: url('../fonts/SF-Pro-Rounded-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF-Pro';
    src: url('../fonts/SF-Pro-Rounded-Semibold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}


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


p, a, ul, li, h1, h2, h3, h4, h5, h6 {
    font-family: 'SF-Pro', sans-serif;
}
a, li {
    text-decoration: none;
    color: inherit;
}