@font-face {
    font-family: 'Archia';
    src: url('/fonts/Archia-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Archia';
    src: url('/fonts/Archia-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Archia';
    src: url('/fonts/Archia-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Archia';
    src: url('/fonts/Archia-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Archia';
    src: url('/fonts/Archia-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Archia';
    src: url('/fonts/Archia-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

html .disable-transition * {
  transition: background-color 0s !important;
  transition: color 0s !important;
}