landing.css 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. @font-face{
  2. font-family: "EuclidBold";
  3. src: url("fonts/euclid/EuclidCircularA-Bold.otf");
  4. }
  5. @font-face{
  6. font-family: "EuclidSemiBold";
  7. src: url("fonts/euclid/EuclidCircularA-Semibold.otf");
  8. }
  9. @font-face{
  10. font-family: "EuclidMedium";
  11. src: url("fonts/euclid/EuclidCircularA-Medium.otf");
  12. }
  13. @font-face{
  14. font-family: "GrphikRegular";
  15. src: url("fonts/graphik/Graphik-Regular.otf");
  16. }
  17. body {
  18. font-family: "GrphikRegular";
  19. color: #27272E;
  20. }
  21. .welcome-container .title {
  22. font-weight: 900;
  23. }
  24. .welcome-container p, .welcome-container label, .welcome-container ul {
  25. color: #27272E;
  26. font-style: normal;
  27. font-size: 18px;
  28. line-height: 30px;
  29. font-weight: 400;
  30. line-height: 27px;
  31. }
  32. .welcome-container h2 {
  33. font-family: "EuclidSemiBold";
  34. }
  35. .why-us h5,
  36. .support-content h5 {
  37. font-weight: 900;
  38. }
  39. .welcome-container label {
  40. font-family: "EuclidMedium";
  41. font-size: 16px;
  42. }
  43. .btn {
  44. font-weight: 600;
  45. font-size: 16px;
  46. }
  47. .welcome-container .title {
  48. font-family: "EuclidSemiBold";
  49. line-height: 72px;
  50. margin-bottom: 30px;
  51. }
  52. .icon-list {
  53. margin: 0;
  54. padding: 0;
  55. list-style: none;
  56. }
  57. .icon-list li {
  58. width: 100%;
  59. position: relative;
  60. padding-left: 30px;
  61. margin-bottom: 10px;
  62. }
  63. .icon-list li:before {
  64. position: absolute;
  65. font-family: "Font Awesome 5 Free";
  66. font-weight: 400;
  67. content: "\f058";
  68. top: 0;
  69. left: 0;
  70. color: #2AB7CA;
  71. }
  72. .btn-orange, .btn-orange-outline {
  73. font-weight: bold;
  74. background-color: #FB6107;
  75. color: #fff !important;
  76. padding: 6px 20px;
  77. border-radius: 4px !important;
  78. border: 1px solid #FB6107;
  79. }
  80. .dark-card h3,
  81. .why-us h5,
  82. .support-content h5 {
  83. font-family: "EuclidSemiBold";
  84. }