@font-face {
    font-family: 'RecoletaAlt';
    src: url('../fonts/woff2/RecoletaAlt-SemiBold.woff2') format('woff2'),
         url('../fonts/woff/RecoletaAlt-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RecoletaAlt';
    src: url('../fonts/woff2/RecoletaAlt-SemiBold.woff2') format('woff2'),
         url('../fonts/woff/RecoletaAlt-SemiBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RecoletaAlt';
    src: url('../fonts/woff2/RecoletaAlt-SemiBold.woff2') format('woff2'),
         url('../fonts/woff/RecoletaAlt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RecoletaAlt';
    src: url('../fonts/woff2/RecoletaAlt-Medium.woff2') format('woff2'),
         url('../fonts/woff/RecoletaAlt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/woff2/Inter-Regular.woff2') format('woff2'),
         url('../fonts/woff/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/woff2/Inter-Italic.woff2') format('woff2'),
         url('../fonts/woff/Inter-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/woff2/Inter-Medium.woff2') format('woff2'),
         url('../fonts/woff/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/woff2/Inter-SemiBold.woff2') format('woff2'),
         url('../fonts/woff/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/woff2/Inter-SemiBoldItalic.woff2') format('woff2'),
         url('../fonts/woff/Inter-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/woff2/Inter-Bold.woff2') format('woff2'),
         url('../fonts/woff/Inter-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/woff2/Inter-Light.woff2') format('woff2'),
         url('../fonts/woff/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/woff/icomoon.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

ul[role='list'],
ol[role='list'] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  color: var(--wp--preset--color--primary);
  font-family: 'Inter', 'sans-serif';
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

h1, h2,
h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
  text-decoration: none;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'RecoletaAlt', serif;
}
strong{
  font-weight: 700;
}