.text-large {
  font-family: "Amalia", "Open Sans", Arial, sans-serif;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #333333;
  font-size: 18px;
}

.text-normal {
  font-family: "Amalia", "Open Sans", Arial, sans-serif;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #333333;
  font-size: 16px;
}

.text-small {
  font-family: "Amalia", "Open Sans", Arial, sans-serif;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #333333;
  font-size: 14px;
}

.text-tiny {
  font-family: "Amalia", "Open Sans", Arial, sans-serif;
  line-height: 1.38;
  letter-spacing: 0.44px;
  color: #333333;
  font-size: 12px;
}

.text-bold {
  font-weight: 600;
}

.text-underlined {
  text-decoration: underline;
}

.text-grey {
  color: #666;
}

.text-light-grey {
  color: #ccc;
}

/* ============================================================================
          Font Declarations
============================================================================ */

@font-face {
  font-family: "Amalia";
  src: url("/assets/fonts/AmaliaW05-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Amalia";
  src: url("/assets/fonts/AmaliaW05-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Amalia";
  src: url("/assets/fonts/AmaliaW05-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Amalia";
  src: url("/assets/fonts/AmaliaW05-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Amalia";
  src: url("/assets/fonts/AmaliaW05-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Amalia";
  src: url("/assets/fonts/AmaliaW05-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Amalia";
  src: url("/assets/fonts/AmaliaW05-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
