/* Comfortaa — primary sitewide font (variable, weights 300–700). */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('Comfortaa-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins-italic';
  src: url('Poppins-Italic.ttf') format('opentype');
}
@font-face {
  font-family: 'Poppins-med';
  src: url('Poppins-Medium.ttf') format('opentype');
}
@font-face {
  font-family: 'Poppins';
  font-style:normal;
  font-weight:700;
  src: url('Poppins-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style:normal;
  font-weight:600;
  src: url('Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style:normal;
  font-weight:500;
  src: url('Poppins-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style:normal;
  font-weight:400;
  src: url('Poppins-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'roboto';
  font-weight:700;
  font-style:normal;
  src: url(Roboto-Bold.ttf) format('opentype');
}

@font-face {
  font-family: 'roboto';
  font-style:normal;
  font-weight:800;
  src: url(Roboto-BoldItalic.ttf) format('opentype');
}

@font-face {
  font-family: 'roboto';
  font-style:normal;
  src: url(Roboto-Italic.ttf) format('opentype');
}

@font-face {
  font-family: 'roboto';
  font-style:normal;
  font-weight:300;
  src: url(Roboto-Light.ttf) format('opentype');
}

@font-face {
  font-family: 'roboto';
  font-style:normal;
  font-weight:500;
  src: url(Roboto-Medium.ttf) format('opentype');
}

@font-face {
  font-family: 'roboto';
  font-weight:400;
  font-style:normal;
  src: url(Roboto-Regular.ttf) format('opentype');
}
@font-face {
  font-family: 'roboto';
  font-style:normal;
  font-weight:600;
  src: url(Roboto-Black.ttf) format('opentype');
}
