/* Font Families */
@font-face {
  font-family: 'RobotoBold';
  src:
    url('./Roboto-Bold.woff2') format('woff2'),
    url('./Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ACETajawalBold';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src:
    url('./Tajawal-Bold.woff2') format('woff2'),
    url('./Tajawal-Bold.otf') format('opentype'),
    url('./Tajawal-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'RobotoRegular';
  src:
    url('./Roboto-Regular.woff2') format('woff2'),
    url('./Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ACETajawal';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src:
    url('./Tajawal-Regular.woff2') format('woff2'),
    url('./Tajawal-Regular.otf') format('opentype'),
    url('./Tajawal-Regular.ttf') format('truetype');
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'RobotoRegular', sans-serif !important;

  [dir='rtl'] & {
    font-family: 'ACETajawal', sans-serif !important;
  }
}

/* Headlines */
.heading-lg-bold {
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.heading-md-bold {
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.heading-sm-default {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

.heading-sm-bold {
  font-size: 16px;
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-weight: bold;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.heading-sm-bold-underlined {
  font-size: 16px;
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-weight: bold;
  text-decoration: underline;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

/* Headings */
.heading-xxl {
  font-family: 'RobotoRegular';
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

.heading-xxxl-bold {
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.heading-xl-bold {
  font-size: 24px;
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-weight: 700;
  margin: 0;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.heading-xl {
  font-family: 'RobotoRegular';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

/* Subtitles */
.subtitle-default {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  margin: 0;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

.subtitle-default-titlecase {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

.subtitle-uppercase {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

.subtitle-bold {
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.subtitle-bold-uppercase {
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.subtitle-bold-underlined {
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  margin: 0;
  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.subtitle-title-case {
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.subtitle-strikethrough {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-decoration: line-through;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

.subtitle-underlined {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-decoration: underline;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

/* Body Text */
.body-lg-default {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

.body-lg-default-titlecase {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

.body-lg-default-underlined {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

.body-lg-bold-underlined {
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.body-lg-uppercase {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

.body-md-default {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

.body-md-uppercase {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

.body-lg-bold {
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.body-lg-bold-uppercase {
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.body-md-bold {
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.body-md-bold-uppercase {
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.body-md-italic {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: italic;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

.body-sm-default {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

.body-sm-default-underlined {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

.body-sm-bold-underlined {
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.body-sm-bold {
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.body-sm-uppercase {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

.body-sm-bold-uppercase {
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.body-sm-italic {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

/* Labels */
.label-lg-default {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

.label-lg-bold {
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.label-md-default {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

.label-md-bold {
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.label-md-strikethrough {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-decoration: line-through;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

/* Buttons */
.button-lg {
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.button-md {
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-size: 15px !important;
  font-weight: bold;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}

.button-sm {
  font-family: 'RobotoRegular', system-ui, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;

  [dir='rtl'] & {
    font-family: 'ACETajawal', system-ui, Arial, sans-serif;
  }
}

.banner-xl {
  font-family: 'RobotoBold', system-ui, Arial, sans-serif;
  font-size: 60px;
  font-weight: bold;

  [dir='rtl'] & {
    font-family: 'ACETajawalBold', system-ui, Arial, sans-serif;
  }
}
