@font-face {
font-family: 'SomfySans';
src: url('../fonts/SomfySans-Light.woff');
font-style: normal;
font-weight: 300;
}

@font-face {
font-family: 'SomfySans';
src: url('../fonts/SomfySans-Regular.woff');
font-style: normal;
font-weight: 400;
}

@font-face {
font-family: 'SomfySans';
src: url('../fonts/SomfySans-Medium.woff');
font-style: normal;
font-weight: 500;
}

* {
margin: 0;
padding: 0;
outline: none;
}

body {
background: #fff;
font-size: 18px;
line-height: 1.3;
font-family: SomfySans, Tahoma, sans-serif;
font-weight: 400;
color: #25485a;
}

h1 {
font-weight: 500;
font-size: 30px;
}

h2 {
font-weight: 500;
font-size: 24px;
}

a {
text-decoration: none;
transition: color 0.3s;
}

p {
padding-bottom: 10px;
}

main {
width: 100%;
max-width: 1920px;
text-align: center;
margin: 30vh auto 0 auto;
}

