@font-face {
    font-family: 'proxima';
    src: url('../fonts/Proxima Nova Regular.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-size:16px;
	font-family:"proxima", sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

li {
    padding-bottom: 6px;
}

section.padding {
	padding-top: 100px;
}