@font-face {
    font-family: 'Avocado';
    src: url('https://cms-fonts.s3.us-east-2.amazonaws.com/avocado/Avocado+Sans+Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avocado';
    src: url('https://cms-fonts.s3.us-east-2.amazonaws.com/avocado/Avocado+Sans+Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avocado';
    src: url('https://cms-fonts.s3.us-east-2.amazonaws.com/avocado/Avocado+Sans+Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

body{
  font-family: 'Avocado', sans-serif;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
  font-family: 'Avocado', sans-serif;
}

h5,h6,.h5,.h6{
  font-weight: 400;
}

.menu > li{
  font-family: 'Avocado', sans-serif;
}

.btn,.btn__text,button{
  font-family: 'Avocado', sans-serif;
}
