1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- @font-face{
- font-family: "EuclidBold";
- src: url("fonts/euclid/EuclidCircularA-Bold.otf");
- }
- @font-face{
- font-family: "EuclidSemiBold";
- src: url("fonts/euclid/EuclidCircularA-Semibold.otf");
- }
- @font-face{
- font-family: "EuclidMedium";
- src: url("fonts/euclid/EuclidCircularA-Medium.otf");
- }
- @font-face{
- font-family: "GrphikRegular";
- src: url("fonts/graphik/Graphik-Regular.otf");
- }
- body {
- font-family: "GrphikRegular";
- color: #27272E;
- }
- .welcome-container .title {
- font-weight: 900;
- }
- .welcome-container p, .welcome-container label, .welcome-container ul {
- color: #27272E;
- font-style: normal;
- font-size: 18px;
- line-height: 30px;
- font-weight: 400;
- line-height: 27px;
- }
- .welcome-container h2 {
- font-family: "EuclidSemiBold";
- }
- .why-us h5,
- .support-content h5 {
- font-weight: 900;
- }
- .welcome-container label {
- font-family: "EuclidMedium";
- font-size: 16px;
- }
- .btn {
- font-weight: 600;
- font-size: 16px;
- }
- .welcome-container .title {
- font-family: "EuclidSemiBold";
- line-height: 72px;
- margin-bottom: 30px;
- }
- .icon-list {
- margin: 0;
- padding: 0;
- list-style: none;
- }
- .icon-list li {
- width: 100%;
- position: relative;
- padding-left: 30px;
- margin-bottom: 10px;
- }
- .icon-list li:before {
- position: absolute;
- font-family: "Font Awesome 5 Free";
- font-weight: 400;
- content: "\f058";
- top: 0;
- left: 0;
- color: #2AB7CA;
- }
- .btn-orange, .btn-orange-outline {
- font-weight: bold;
- background-color: #FB6107;
- color: #fff !important;
- padding: 6px 20px;
- border-radius: 4px !important;
- border: 1px solid #FB6107;
- }
- .dark-card h3,
- .why-us h5,
- .support-content h5 {
- font-family: "EuclidSemiBold";
- }
|