/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1773665070
Updated: 2026-03-16 13:44:30

*/


/*
* SECTION Fonts
*/
@font-face {
   font-family: aneklatin;
   src: url("https://dev.pollxpress.com/wp-content/themes/sydney-child/fonts/AnekLatin-Thin.ttf");
   font-weight: 100;
   font-style: normal;
}

@font-face {
   font-family: aneklatin;
   src: url("https://dev.pollxpress.com/wp-content/themes/sydney-child/fonts/AnekLatin-ExtraLight.ttf");
   font-weight: 200;
   font-style: normal;
}

@font-face {
   font-family: aneklatin;
   src: url("https://dev.pollxpress.com/wp-content/themes/sydney-child/fonts/AnekLatin-Light.ttf");
   font-weight: 300;
   font-style: normal;
}

@font-face {
   font-family: aneklatin;
   src: url("https://dev.pollxpress.com/wp-content/themes/sydney-child/fonts/AnekLatin-Regular.ttf");
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: aneklatin;
   src: url("https://dev.pollxpress.com/wp-content/themes/sydney-child/fonts/AnekLatin-Medium.ttf");
   font-weight: 500;
   font-style: normal;
}

@font-face {
   font-family: aneklatin;
   src: url("https://dev.pollxpress.com/wp-content/themes/sydney-child/fonts/AnekLatin-SemiBold.ttf");
   font-weight: 600;
   font-style: normal;
}

@font-face {
   font-family: aneklatin;
   src: url("https://dev.pollxpress.com/wp-content/themes/sydney-child/fonts/AnekLatin-Bold.ttf");
   font-weight: 700;
   font-style: normal;
}

@font-face {
   font-family: aneklatin;
   src: url("https://dev.pollxpress.com/wp-content/themes/sydney-child/fonts/AnekLatin-ExtraBold.ttf");
   font-weight: 800;
   font-style: normal;
}

/*
* ENDSECTION Fonts
*/

:root {
/*
* SECTION colors
*/
   --color-white: #ffffff;
   --color-black: #000000;
   --color-dark-blue: #00002D;
   --color-flieder: #D1B7FF;
   --color-türkis: #83D3DA;
   --color-korall: #FC706C;
   --color-grau-1: #6E6D73;
   --color-grau-2: #B3B4B9;
   --color-grau-3: #F0F1F6;

   --color-light-blue: #3C8CF0;
   --color-light-blue-2: #5C96DF;
   --color-light-blue-3: #1669D1;
   --color-light-blue-4: #043D85;

   --color-error: #DB3B21;
   --color-warning: #FD9404;
   --color-success: #1AAA55;

   /*
   * SECTION Text sizes
   */
   --text-h1-font-size: 75px;
   --text-h1-line-height: 1.2;
   --text-h2-font-size: 50px;
   --text-h2-line-height: 1.3;
   --text-h3-font-size: 30px;
   --text-h3-line-height: 1.3;
   --text-h4-font-size: 20px;
   --text-h4-line-height: 1.4;
   --text-h5-font-size: 16px;
   --text-h5-line-height: 1.4;
   --text-copy-font-size: 18px;
   --text-copy-line-height: 1.5;
}

h1  {
   font-size: var(--text-h1-font-size);
   line-height: var(--text-h1-line-height);
}

h2  {
   font-size: var(--text-h2-font-size);
   line-height: var(--text-h2-line-height);
}

h3  {
   font-size: var(--text-h3-font-size);
   line-height: var(--text-h3-line-height);
}

h4  {
   font-size: var(--text-h4-font-size);
   line-height: var(--text-h4-line-height);
}

h5  {
   font-size: var(--text-h5-font-size);
   line-height: var(--text-h5-line-height);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
button,
input,
select,
textarea {
   font-family: aneklatin;
   color: var(--color-dark-blue);
}

a {
   color: var(--color-light-blue);
}

.button {
   border-style: solid;
   border-radius: 6px !important;
}

button:hover {

}