:root {
  --font-family-rubik: 'Rubik', sans-serif;
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  src: url("../../fonts/Rubik-Light-7e567274cc319dd6df6baa0a59a93793.ttf");
  font-weight: 300;
}

@font-face {
  font-family: 'Rubik';
  font-style: italic;
  src: url("../../fonts/Rubik-LightItalic-80b727d2d40d29e86903527458c73ce0.ttf");
  font-weight: 300;
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  src: url("../../fonts/Rubik-Regular-9d6543fe5770a7e9b2259e53c5c04ab6.ttf");
  font-weight: 400;
}

@font-face {
  font-family: 'Rubik';
  font-style: italic;
  src: url("../../fonts/Rubik-Italic-62aa1aea80c703fa00483fa55a9b41aa.ttf");
  font-weight: 400;
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  src: url("../../fonts/Rubik-Medium-8a068258f1f852423c40a4d91c391284.ttf");
  font-weight: 500;
}

@font-face {
  font-family: 'Rubik';
  font-style: italic;
  src: url("../../fonts/Rubik-MediumItalic-708513ce257f3e4ee250dda118b3e01a.ttf");
  font-weight: 500;
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  src: url("../../fonts/Rubik-SemiBold-70e392fd14c11cc73f409e16aec61ad4.ttf");
  font-weight: 600;
}

@font-face {
  font-family: 'Rubik';
  font-style: italic;
  src: url("../../fonts/Rubik-SemiBoldItalic-1cab4d5736567c489a4ed7e79ff58252.ttf");
  font-weight: 600;
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  src: url("../../fonts/Rubik-Bold-2e8e13899822912f9e9bd5c0baaacfcf.ttf");
  font-weight: 700;
}

@font-face {
  font-family: 'Rubik';
  font-style: italic;
  src: url("../../fonts/Rubik-BoldItalic-70cae478df679a4c18e1411cf77f499b.ttf");
  font-weight: 700;
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  src: url("../../fonts/Rubik-ExtraBold-3d772b412d257a1910369e831ae070e5.ttf");
  font-weight: 800;
}

@font-face {
  font-family: 'Rubik';
  font-style: italic;
  src: url("../../fonts/Rubik-ExtraBoldItalic-f43b2940a193e70eca9e207c7933453d.ttf");
  font-weight: 800;
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  src: url("../../fonts/Rubik-Black-681587479d8ba6b650e604bbe8db5f6d.ttf");
  font-weight: 900;
}

@font-face {
  font-family: 'Rubik';
  font-style: italic;
  src: url("../../fonts/Rubik-BlackItalic-d4faec7c6d244368d04f18d78aebcc54.ttf");
  font-weight: 900;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-s {
  font-size: var(--p-s-size);
}

.p-m {
  font-size: var(--p-m-size);
  font-weight: var(--p-m-weight);
}

.p-l {
  font-size: var(--p-l-size);
  line-height: var(--p-l-height);
}

p:empty {
  display: none;
}

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

.underlined-link {
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-decoration: underline;
}

.h2-style {
  font-size: var(--h1-size);
  font-weight: var(--h1-weight);
  line-height: var(--h1-line-height);
  font-family: var(--font-family-rubik);
}

.text-center {
  text-align: center;
}

.underlined {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong {
  overflow-wrap: break-word;
}

li {
  list-style-type: none;
}
