@font-face {
    font-family: halvetica-medium;
    src: url("../fonts/HelveticaNeueMedium.otf");
    font-display: swap;
}

@font-face {
    font-family: halvetica-bold;
    src: url("../fonts/HelveticaNeueBold.otf");
    font-display: swap;
}

@font-face {
    font-family: halvetica-light;
    src: url("../fonts/HelveticaNeueLight.otf");
    font-display: swap;
}

:root {
    --font-bold: halvetica-bold;
    --font-medium: halvetica-medium;
    --font-light: halvetica-light;
}

body,span,div,input,textarea,select {
  font-family: var(--font-medium);
}