@font-face {
  font-family: 'Scilla';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../Assets/Fonts/Scilla/Scilla-RegularItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Wotfard';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../Assets/Fonts/Wotfard/Wotfard-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Wotfard';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../Assets/Fonts/Wotfard/Wotfard-Medium.ttf') format('truetype');
}

:root {
  --font-primary: 'Wotfard';
  --font-secondary: 'Scilla', serif;
}

.JobThemePage-arrow {
  z-index: 999;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -10%);
  width: 50px;
  height: 50px;
  font-size: 3.5rem;
  fill: #cccccc;
}

@media screen and (min-width: 1026px) {

.JobThemePage-arrow {
    transform: translate(-50%, -0%);
    width: 70px;
    height: 70px;
}
  }
