@font-face {
  font-family: 'Roboto';
  src: url('./Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Roboto';
  src: url('./Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}

@font-face {
    font-family: "SofiaSemibold";
    src: url('./Roboto-Regular.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face{
    font-family: "Sofia";
    src: url('./Roboto-Regular.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'SofiaSemiboldItalic';
    src: url('./Roboto-Regular.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face{
    font-family: 'SofiaBold';
    src: url('./Roboto-Regular.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face{
    font-family: 'Segoeprb';
    src: url('./segoeprb.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

.sofia{
    font-family: 'Sofia', 'sans-serif' !important;
}
.sofia-bold {
    font-family: 'SofiaBold', 'sans-serif' !important;
}
.sofia-semibold{
    font-family: 'SofiaSemibold', 'sans-serif' !important;
}

.text_45{
    color: #444445 !important;
}

.text_355 {
    color: #d90649 !important;
}

.text_1936 {
    color: #d90649 !important;
}
