/* Figma Styles of your File */
:root {
  /* Colors */
  --detailsbluebg-cards-slide: rgba(212, 246, 249, 0.75);
  --blue-gradiente: linear-gradient(
    90deg,
    rgba(0, 57, 102, 1) 0%,
    rgba(68, 173, 255, 1) 100%
  );
  --blue-1000: #004880;
  --blue-900: #005a9f;
  --blue-800: #006bbf;
  --blue-700: #006bbf;
  --blue-600: #008efe;
  --blue-500: #229eff;
  --blue-400: #44adff;
  --blue-300: #88cbff;
  --blue-200: #aadaff;
  --blue-100: #cce9ff;
  --white-white-blue: #f8fefe;
  --black-black-blue: #001229;
  --details-blue-border-button: rgba(0, 113, 255, 0.6);

  /* Fonts */
  --headline-54-font-family: AmpleSoftPro-Medium, sans-serif;
  --headline-54-font-size: 54px;
  --headline-54-line-height: 110%;
  --headline-54-font-weight: 500;
  --headline-54-font-style: normal;
  --headline-36-font-family: AmpleSoftPro-Medium, sans-serif;
  --headline-36-font-size: 36px;
  --headline-36-line-height: 109%;
  --headline-36-font-weight: 500;
  --headline-36-font-style: normal;
  --headline-24-font-family: AmpleSoftPro-Regular, sans-serif;
  --headline-24-font-size: 24px;
  --headline-24-line-height: 116%;
  --headline-24-font-weight: 400;
  --headline-24-font-style: normal;
  --pagrath-16-font-family: ProductSans-Regular, sans-serif;
  --pagrath-16-font-size: 16px;
  --pagrath-16-line-height: 133%;
  --pagrath-16-font-weight: 400;
  --pagrath-16-font-style: normal;
  --paragrath-18-font-family: ProductSans-Regular, sans-serif;
  --paragrath-18-font-size: 18px;
  --paragrath-18-line-height: 133%;
  --paragrath-18-font-weight: 400;
  --paragrath-18-font-style: normal;

  /* Effects */
}
/* Figma Color Variables of your File */


