@font-face {
  font-family: 'Font Awesome 6 Pro';
  src: url('fa-solid-900.woff2') format('woff2'), url('fa-solid-900.ttf') format('ttf');
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: 'Font Awesome 6 Pro';
  src: url('fa-regular-400.woff2') format('woff2'), url('fa-regular-400.ttf') format('ttf');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 6 Pro';
  src: url('fa-light-300.woff2') format('woff2'), url('fa-light-300.ttf') format('ttf');
  font-style: normal;
  font-weight: 300;
}

.fa-regular {
  font-family: 'Font Awesome 6 Pro';
  line-height: normal;
  font-weight: 400;
}
.fa-light {
  font-family: 'Font Awesome 6 Pro';
  line-height: normal;
  font-weight: 300;
}
.fa-solid {
  font-family: 'Font Awesome 6 Pro';
  line-height: normal;
  font-weight: 900;
}

@font-face {
  font-family: 'Winston';
  font-style: normal;
  font-weight: 300;
  src: url('winston-thin.eot') format('eot'), url('winston-thin.woff') format('woff');
}
@font-face {
  font-family: 'Winston';
  font-style: normal;
  font-weight: 400;
  src: url('winston-medium.eot') format('eot'), url('winston-medium.woff') format('woff');
}
@font-face {
  font-family: 'Winston';
  font-style: normal;
  font-weight: 700;
  src: url('winston-bold.eot') format('eot'), url('winston-bold.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Inter-Regular.woff2?v=3.15') format('woff2'), url('Inter-Regular.woff?v=3.15') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('Inter-Medium.woff2?v=3.15') format('woff2'), url('Inter-Medium.woff?v=3.15') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('Inter-SemiBold.woff2?v=3.15') format('woff2'), url('Inter-SemiBold.woff?v=3.15') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('Inter-Bold.woff2?v=3.15') format('woff2'), url('Inter-Bold.woff?v=3.15') format('woff');
}

@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Futura-Text.woff2') format('woff2'),
}
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('Futura-Text-Medium.woff2') format('woff2'), url('Inter-Medium.woff?v=3.15') format('woff');
}
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: url('Futura-Headline.woff2') format('woff2'),
}
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('Futura-Headline-Bold.woff2') format('woff2')
}
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  font-stretch: condensed;
  src: url('Futura-Headline-Cn-Bold.woff2') format('woff2'),
}
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('Futura-Headline-XBold.woff2') format('woff2'),
}

@font-face {
  font-family: 'Handscript';
  font-style: normal;
  src: url('Winston-Handscript-Regular.ttf') format('opentype')
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
