@font-face {
    font-family: 'Akrobat-Regular';
    src: local('Akrobat-Regular'), local('Akrobat-Regular'),
         url('../fonts/Akrobat-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    margin: 0;
    font-family: 'Akrobat-Regular';
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    line-height: 1.625;
}

h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: normal;
}

h2 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: normal;
}

h3 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
}

p {
    font-size: 16px;
    line-height: 1.6;
}

a{
    text-decoration: none;
    color: #FFFFFF;
}

ul{
    list-style: none;
}

.button{
    display: inline-block;
    padding: 12px 30px;
    font-family: 'Akrobat-Regular';;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #FFFFFF;
    border-radius:5px;
}

.button:hover {
    border-color: #999999;
}
