﻿@font-face {
  font-family: 'Asap-Medium';
  src: url(fonts/Asap-Medium.woff2) format('woff2'),
       url(fonts/Asap-Medium.woff) format('woff'),
       url(fonts/Asap-Medium.ttf) format('truetype');
       font-weight: 700;
font-display: block;
}

@font-face {
  font-family: 'Asap-Regular';
  src: url(fonts/AsapRegular.woff2) format('woff2'),
       url(fonts/AsapRegular.woff) format('woff'),
       url(fonts/AsapRegular.ttf) format('truetype');
       font-weight: 700;
font-display: block;
}

h1, p {
font-family: 'Asap-Medium';
text-align: center;
font-size: 16px;
line-height: 120%;
display: inline;
font-weight: normal;
font-style: normal;
}

h2, p {
font-family: 'AsapRegular';
font-size: 20px;
line-height: 120%;
display: inline;
font-weight: normal;
font-style: normal;
}

h3, p {
font-family: 'AsapRegular';
font-size: 24px;
line-height: 120%;
display: inline;
font-weight: normal;
font-style: normal;
}

h4, p {
font-family: 'Asap-Regular';
font-size: 20px;
line-height: 120%;
display: inline;
font-weight: normal;
font-style: normal;
}

h6, p {
font-family: 'Asap-Medium';
font-size: 30px;
line-height: 120%;
display: inline;
font-weight: normal;
font-style: normal;
}