/*
Theme Name: Favourite Partners FSE
Theme URI: https://fp.devdenis.ru/
Author: DevDenis
Description: Editable block theme for Favourite Partners.
Version: 0.2.88
Text Domain: favourite-partners-fse
*/

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --fp-white: #fff;
  --fp-glass: rgba(199, 199, 199, 0.2);
  --fp-glass-subtle: rgba(118, 118, 118, 0.1);
  --fp-border: rgba(0, 0, 0, 0.25);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: #020807;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #020807;
  color: var(--fp-white);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 10000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 12px 18px;
  border-radius: 10px;
  background: #fff;
  color: #000;
}

.fp-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.fp-section-heading__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 15px 40px;
  border: 1px solid #eae9e9;
  border-radius: 500px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1px;
  white-space: nowrap;
}

.fp-section-heading__title {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
}
