@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'Texturina';
  src: url('fonts/Texturina-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

:root {
  --font-sans: 'Montserrat', sans-serif;
  --font-serif: 'Texturina', serif;
}

body {
  font-family: var(--font-sans);
}

h1, h2, h3, h4, h5, h6, .font-serif, .times-font {
  font-family: var(--font-serif);
}

.times-desc {
  font-family: var(--font-sans);
}
