/*
 * Copyright (c) 2023 GoTo
 * All Rights Reserved Worldwide.
 *
 * THIS PROGRAM IS CONFIDENTIAL AND PROPRIETARY TO LOGMEIN
 * AND CONSTITUTES A VALUABLE TRADE SECRET.
 */
@font-face {
  font-family: 'Figtree';
  font-weight: 200;
  font-display: fallback; /* clarify intended behaviour */
  font-style: normal;
  src: url(Figtree-Medium.ttf);
}
@font-face {
  font-family: 'Figtree';
  font-weight: 200;
  font-display: fallback; /* clarify intended behaviour */
  font-style: italic;
  src: url(Figtree-MediumItalic.ttf);
}

@font-face {
  font-family: 'Figtree';
  font-weight: 300;
  font-display: fallback; /* clarify intended behaviour */
  font-style: normal;
  src: url(Figtree-Light.ttf);
}
@font-face {
  font-family: 'Figtree';
  font-weight: 300;
  font-display: fallback; /* clarify intended behaviour */
  font-style: italic;
  src: url(Figtree-LightItalic.ttf);
}

@font-face {
  font-family: 'Figtree';
  font-weight: 500;
  font-display: fallback; /* clarify intended behaviour */
  font-style: normal;
  src: url(Figtree-Regular.ttf);
}
@font-face {
  font-family: 'Figtree';
  font-weight: 500;
  font-display: fallback; /* clarify intended behaviour */
  font-style: italic;
  src: url(Figtree-MediumItalic.ttf);
}

@font-face {
  font-family: 'Figtree';
  font-weight: 600;
  font-display: fallback; /* clarify intended behaviour */
  font-style: normal;
  src: url(Figtree-SemiBold.ttf);
}
@font-face {
  font-family: 'Figtree';
  font-weight: 600;
  font-display: fallback; /* clarify intended behaviour */
  font-style: italic;
  src: url(Figtree-SemiBoldItalic.ttf);
}

@font-face {
  font-family: 'Figtree';
  font-weight: 700;
  font-display: fallback; /* clarify intended behaviour */
  font-style: normal;
  src: url(Figtree-Bold.ttf);
}
@font-face {
  font-family: 'Figtree';
  font-weight: 700;
  font-display: fallback; /* clarify intended behaviour */
  font-style: italic;
  src: url(Figtree-BoldItalic.ttf);
}

@font-face {
  font-family: 'Figtree';
  font-weight: 800;
  font-display: fallback; /* clarify intended behaviour */
  font-style: normal;
  src: url(Figtree-ExtraBold.ttf);
}
@font-face {
  font-family: 'Figtree';
  font-weight: 800;
  font-display: fallback; /* clarify intended behaviour */
  font-style: italic;
  src: url(Figtree-ExtraBoldItalic.ttf);
}

@font-face {
  font-family: 'Figtree';
  font-weight: 900;
  font-display: fallback; /* clarify intended behaviour */
  font-style: normal;
  src: url(Figtree-Black.ttf);
}
@font-face {
  font-family: 'Figtree';
  font-weight: 900;
  font-display: fallback; /* clarify intended behaviour */
  font-style: italic;
  src: url(Figtree-BlackItalic.ttf);
}
